Advertisement
Guest User

Untitled

a guest
Sep 19th, 2013
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 2.12 KB | None | 0 0
  1. +----------+------------+------------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
  2. | Table    | Non_unique | Key_name         | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment | Index_comment |
  3. +----------+------------+------------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
  4. | wp_posts |          0 | PRIMARY          |            1 | ID          | A         |      150407 |     NULL | NULL   |      | BTREE      |         |               |
  5. | wp_posts |          1 | post_name        |            1 | post_name   | A         |      150407 |     NULL | NULL   |      | BTREE      |         |               |
  6. | wp_posts |          1 | post_parent      |            1 | post_parent | A         |           5 |     NULL | NULL   |      | BTREE      |         |               |
  7. | wp_posts |          1 | post_author      |            1 | post_author | A         |           5 |     NULL | NULL   |      | BTREE      |         |               |
  8. | wp_posts |          1 | type_status_date |            1 | post_type   | A         |           9 |     NULL | NULL   |      | BTREE      |         |               |
  9. | wp_posts |          1 | type_status_date |            2 | post_status | A         |           9 |     NULL | NULL   |      | BTREE      |         |               |
  10. | wp_posts |          1 | type_status_date |            3 | post_date   | A         |      150407 |     NULL | NULL   |      | BTREE      |         |               |
  11. | wp_posts |          1 | type_status_date |            4 | ID          | A         |      150407 |     NULL | NULL   |      | BTREE      |         |               |
  12. | wp_posts |          1 | post_date        |            1 | post_date   | A         |      150407 |     NULL | NULL   |      | BTREE      |         |               |
  13. +----------+------------+------------------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement