summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <timour@mysql.com>2005-11-24 16:11:59 +0200
committerunknown <timour@mysql.com>2005-11-24 16:11:59 +0200
commitd2ac9b5b6788f65eeb0b8ae38ad71c7ea7805a03 (patch)
treea7cc2468e19a5f0a652d47fdcee8d846f9e66822
parent2665fb75d6490dacbcee36ee3e3e7fe371da95c3 (diff)
downloadmariadb-git-d2ac9b5b6788f65eeb0b8ae38ad71c7ea7805a03.tar.gz
table t7 was not dropped at the end
mysql-test/r/join_nested.result: drop t7 mysql-test/t/join_nested.test: drop t7
-rw-r--r--mysql-test/r/join_nested.result2
-rw-r--r--mysql-test/t/join_nested.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/join_nested.result b/mysql-test/r/join_nested.result
index c4dd6cf9a86..b3ba5423421 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;
+drop table t0, t1, t2, t4, t5, t6, t7;
diff --git a/mysql-test/t/join_nested.test b/mysql-test/t/join_nested.test
index 9dbf153ec55..6e4e64bda9c 100644
--- a/mysql-test/t/join_nested.test
+++ b/mysql-test/t/join_nested.test
@@ -899,4 +899,4 @@ explain select * from t2 left join
(t3 left join (t4 join t6 on t6.a=t4.b) on t4.a=t3.b
join t5 on t5.a=t3.b) on t3.a=t2.b;
-drop table t0, t1, t2, t4, t5, t6;
+drop table t0, t1, t2, t4, t5, t6, t7;