diff options
author | unknown <timour@mysql.com> | 2005-11-24 16:11:59 +0200 |
---|---|---|
committer | unknown <timour@mysql.com> | 2005-11-24 16:11:59 +0200 |
commit | d2ac9b5b6788f65eeb0b8ae38ad71c7ea7805a03 (patch) | |
tree | a7cc2468e19a5f0a652d47fdcee8d846f9e66822 /mysql-test/r/join_nested.result | |
parent | 2665fb75d6490dacbcee36ee3e3e7fe371da95c3 (diff) | |
download | mariadb-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/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 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; |