diff options
Diffstat (limited to 'mysql-test/r/rpl_rotate_logs.result')
-rw-r--r-- | mysql-test/r/rpl_rotate_logs.result | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/r/rpl_rotate_logs.result b/mysql-test/r/rpl_rotate_logs.result index a5928edfaa3..2582b875daa 100644 --- a/mysql-test/r/rpl_rotate_logs.result +++ b/mysql-test/r/rpl_rotate_logs.result @@ -1,3 +1,5 @@ +drop table if exists t1, t2, t3, t4; +drop table if exists t1, t2, t3, t4; start slave; Could not initialize master info structure, check permisions on master.info start slave; @@ -8,7 +10,6 @@ reset slave; change master to master_host='127.0.0.1',master_port=MASTER_PORT, master_user='root'; reset master; start slave; -drop table if exists t1, t2, t3, t4; create temporary table temp_table (a char(80) not null); insert into temp_table values ("testing temporary tables"); create table t1 (s text); |