diff options
author | monty@donna.mysql.com <> | 2000-12-29 16:06:10 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-29 16:06:10 +0200 |
commit | 07b1f0dccdf7f58dd79448e293eff85383f450e1 (patch) | |
tree | 53ef6da34dcfaf79e0e133177cccfb9bb63a9637 /mysql-test/r/key_diff.result | |
parent | 38cd62e82a8a2fe50cd74c15ef040bb5dc1e1f8b (diff) | |
download | mariadb-git-07b1f0dccdf7f58dd79448e293eff85383f450e1.tar.gz |
Fixed --no-defaults in mysqltest
Diffstat (limited to 'mysql-test/r/key_diff.result')
-rw-r--r-- | mysql-test/r/key_diff.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/key_diff.result b/mysql-test/r/key_diff.result index 5668bb01eba..ab5b9bcc0e7 100644 --- a/mysql-test/r/key_diff.result +++ b/mysql-test/r/key_diff.result @@ -28,12 +28,12 @@ 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 B b A +C c C c a a a a +a a b A b A A B -C c C c a b A B a a |