diff options
author | unknown <pem@mysql.com> | 2005-11-24 19:51:52 +0100 |
---|---|---|
committer | unknown <pem@mysql.com> | 2005-11-24 19:51:52 +0100 |
commit | dc8a5d54bd82659d81649176ece97878ba151214 (patch) | |
tree | e2f07fd2d4a5d87489cb9dd8a8761979efad6616 /mysql-test/r/join_nested.result | |
parent | a5450538414e24d41f6b979ba0c8b6f92e7c1ca7 (diff) | |
download | mariadb-git-dc8a5d54bd82659d81649176ece97878ba151214.tar.gz |
Remove t3 in join_nested.test
mysql-test/r/join_nested.result:
Remove t3 too.
mysql-test/t/join_nested.test:
Remove t3 too.
Diffstat (limited to 'mysql-test/r/join_nested.result')
-rw-r--r-- | mysql-test/r/join_nested.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/join_nested.result b/mysql-test/r/join_nested.result index b3ba5423421..6b7293d46bc 100644 --- a/mysql-test/r/join_nested.result +++ b/mysql-test/r/join_nested.result @@ -1466,4 +1466,4 @@ id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t4 ref a a 5 test.t3.b X 1 SIMPLE t6 ref a a 5 test.t4.b X 1 SIMPLE t5 ref a a 5 test.t3.b X -drop table t0, t1, t2, t4, t5, t6, t7; +drop table t0, t1, t2, t3, t4, t5, t6, t7; |