1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

table t7 was not dropped at the end

mysql-test/r/join_nested.result:
  drop t7
mysql-test/t/join_nested.test:
  drop t7
This commit is contained in:
unknown
2005-11-24 16:11:59 +02:00
parent 2665fb75d6
commit d2ac9b5b67
2 changed files with 2 additions and 2 deletions

View File

@@ -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;