Guest User

Untitled

a guest
Jun 18th, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. (root@localhost) [uem_prod]> show index from lastlogs;
  2. +----------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+
  3. | Table | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment |
  4. +----------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+
  5. | lastlogs | 0 | PRIMARY | 1 | id | A | NULL | NULL | NULL | | BTREE | |
  6. | lastlogs | 0 | PRIMARY | 2 | datetime | A | 128018679 | NULL | NULL | | BTREE | |
  7. | lastlogs | 1 | user | 1 | user | A | NULL | NULL | NULL | YES | BTREE | |
  8. | lastlogs | 1 | user | 2 | datetime | A | NULL | NULL | NULL | | BTREE | |
  9. +----------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+
Add Comment
Please, Sign In to add comment