summaryrefslogtreecommitdiff
path: root/mysql-test/t/join_nested.test
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 /mysql-test/t/join_nested.test
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
Diffstat (limited to 'mysql-test/t/join_nested.test')
-rw-r--r--mysql-test/t/join_nested.test2
1 files changed, 1 insertions, 1 deletions
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;