summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl_relayrotate.result
diff options
context:
space:
mode:
authorunknown <guilhem@mysql.com>2003-05-22 22:29:44 +0200
committerunknown <guilhem@mysql.com>2003-05-22 22:29:44 +0200
commit46c730e62cd02a6e68aded98e03d633c14e61f3b (patch)
tree673efda01b3fdde34431f5c4563dd9379b065446 /mysql-test/r/rpl_relayrotate.result
parent1ad3551835ba4096034277d841be6575302f8957 (diff)
downloadmariadb-git-46c730e62cd02a6e68aded98e03d633c14e61f3b.tar.gz
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.
Diffstat (limited to 'mysql-test/r/rpl_relayrotate.result')
-rw-r--r--mysql-test/r/rpl_relayrotate.result1
1 files changed, 1 insertions, 0 deletions
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;