Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. mysql> create table t1 (a varchar(32), b varchar(32), primary key (a,b));
  2. mysql> alter table add index(b);
  3. mysql> insert into t1 values('aaa','bbb');
  4. Query OK, 1 row affected (0.00 sec)
  5.  
  6. 00004000 07 11 7d 29 00 00 00 04 ff ff ff ff ff ff ff ff |..})............|
  7. 00004010 00 00 00 00 ff ee cf d5 45 bf 00 00 00 00 00 00 |........E.......|
  8. 00004020 00 00 00 00 09 31 00 02 00 85 80 03 00 00 00 00 |.....1..........|
  9. 00004030 00 7f 00 05 00 00 00 01 00 00 00 00 00 01 e0 7e |...............~|
  10. 00004040 00 00 00 00 00 00 00 00 18 1a 00 00 09 31 00 00 |.............1..|
  11. 00004050 00 02 02 72 00 00 09 31 00 00 00 02 01 b2 01 00 |...r...1........|
  12. 00004060 02 00 1c 69 6e 66 69 6d 75 6d 00 02 00 0b 00 00 |...infimum......|
  13. 00004070 73 75 70 72 65 6d 75 6d 03 03 00 00 10 ff f1 62 |supremum.......b|
  14. 00004080 62 62 61 61 61 00 00 00 00 00 00 00 00 00 00 00 |bbaaa...........|
  15. 00004090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement