From 46c730e62cd02a6e68aded98e03d633c14e61f3b Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 22 May 2003 22:29:44 +0200 Subject: Cleaning DROP TABLE which is important if the tests are run in a certain order. This is because rpl_relayrotate.test uses InnoDB. Example of a failing sequence: rpl_relayrotate.test repl_user_variables.test rpl_relayrotate.test Explaination in the files. Btw all other tests which use InnoDB (innodb*.test) already have this final DROP TABLE. Removed a wrong comment of mine. mysql-test/r/rpl_relayrotate.result: result update mysql-test/t/rpl_relayrotate.test: cleaning DROP TABLE which is important if the tests are run in a certain order. --- mysql-test/r/rpl_relayrotate.result | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/r/rpl_relayrotate.result') diff --git a/mysql-test/r/rpl_relayrotate.result b/mysql-test/r/rpl_relayrotate.result index 45f425a3532..0ad61a7687e 100644 --- a/mysql-test/r/rpl_relayrotate.result +++ b/mysql-test/r/rpl_relayrotate.result @@ -16,3 +16,4 @@ master_pos_wait('master-bin.001',3000,120)=-1 select * from t1 where a=8000; a 8000 +drop table t1; -- cgit v1.2.1