diff options
author | monty@donna.mysql.com <> | 2000-12-28 03:56:38 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-28 03:56:38 +0200 |
commit | c0f40d14cc36f56f5b4dba288583acd345429e4e (patch) | |
tree | c27e400395741740f2e230395445236b38db27c1 /mysql-test/r/key_diff.result | |
parent | 361067e9150f7fa57d5b2ac722ed55df9c14cc53 (diff) | |
download | mariadb-git-c0f40d14cc36f56f5b4dba288583acd345429e4e.tar.gz |
Added support for hex strings to mysqlimport
A lot of new tests to mysqltest
Fixed bug with BDB tables and autocommit
Diffstat (limited to 'mysql-test/r/key_diff.result')
-rw-r--r-- | mysql-test/r/key_diff.result | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/mysql-test/r/key_diff.result b/mysql-test/r/key_diff.result new file mode 100644 index 00000000000..5668bb01eba --- /dev/null +++ b/mysql-test/r/key_diff.result @@ -0,0 +1,39 @@ +a b a b +A B A B +b A A B +C c A B +D E A B +a a A B +A B b A +b A b A +C c b A +D E b A +a a b A +A B C c +b A C c +C c C c +D E C c +a a C c +A B D E +b A D E +C c D E +D E D E +a a D E +A B a a +b A a a +C c a a +D E a a +a a a a +table type possible_keys key key_len ref rows Extra +t1 ALL a NULL NULL NULL 5 +t2 ALL b NULL NULL NULL 5 where used +a b a b +A B b A +a a b A +A B a a +a a a a +b A A B +C c C c +a b +A B +a a |