diff options
Diffstat (limited to 'mysql-test/r/innodb.result')
-rw-r--r-- | mysql-test/r/innodb.result | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mysql-test/r/innodb.result b/mysql-test/r/innodb.result index fddfbfccd33..333bbc45196 100644 --- a/mysql-test/r/innodb.result +++ b/mysql-test/r/innodb.result @@ -483,3 +483,19 @@ id name value uid 1 one one value 101 3 three three value 103 6 two other value 102 +table type possible_keys key key_len ref rows Extra +t1 index NULL PRIMARY 4 NULL 4 +table type possible_keys key key_len ref rows Extra +t1 index NULL b 4 NULL 4 +table type possible_keys key key_len ref rows Extra +t1 ALL NULL NULL NULL NULL 4 Using filesort +table type possible_keys key key_len ref rows Extra +t1 index NULL PRIMARY 4 NULL 4 Using index +table type possible_keys key key_len ref rows Extra +t1 index NULL b 4 NULL 4 Using index +table type possible_keys key key_len ref rows Extra +t1 index NULL b 4 NULL 4 Using index +table type possible_keys key key_len ref rows Extra +t1 index NULL b 4 NULL 4 Using index +table type possible_keys key key_len ref rows Extra +t1 ALL NULL NULL NULL NULL 4 |