diff options
author | unknown <mats@romeo.(none)> | 2007-03-31 19:10:25 +0200 |
---|---|---|
committer | unknown <mats@romeo.(none)> | 2007-03-31 19:10:25 +0200 |
commit | 810fdd6c29c037385cfbdce171b11c8e6c330988 (patch) | |
tree | a06c56efc43d90d325861ab9aec974151099cba9 /mysql-test | |
parent | 7705946d3dc4c6a92703fddc1f0133dfeda54dc2 (diff) | |
download | mariadb-git-810fdd6c29c037385cfbdce171b11c8e6c330988.tar.gz |
Fix to rpl_row_create_table test.
mysql-test/t/rpl_row_create_table.test:
Adding sync to allow slave to complete cleanup drop before resetting
storage engine.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/rpl_row_create_table.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_row_create_table.test b/mysql-test/t/rpl_row_create_table.test index e00494a3a13..d1b26f9e3f4 100644 --- a/mysql-test/t/rpl_row_create_table.test +++ b/mysql-test/t/rpl_row_create_table.test @@ -21,7 +21,7 @@ DROP TABLE IF EXISTS t1,t2,t3,t4,t5,t6,t7,t8,t9; # Set the default storage engine to different values on master and # slave. We need to stop the slave for the server variable to take # effect, since the variable is only read on start-up. -connection slave; +sync_slave_with_master; --disable_query_log set @storage_engine = @@global.storage_engine; STOP SLAVE; |