1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

WL#4091, enable rpl_flushlog_loop.test and fix for rpl_drop_temp.test

mysql-test/suite/rpl/t/disabled.def:
  enable test
mysql-test/suite/rpl/t/rpl_drop_temp.test:
  added sync slave with master
mysql-test/suite/rpl/t/rpl_flushlog_loop.test:
  added sync slave with master
This commit is contained in:
unknown
2008-03-01 00:05:23 +03:00
parent caf604282f
commit ee10d69714
3 changed files with 3 additions and 2 deletions

View File

@ -42,6 +42,8 @@ let $result_pattern= '%127.0.0.1%root%slave-bin.000001%slave-bin.000001%Yes%Yes%
--disable_query_log
CREATE TABLE t1 (a INT KEY) ENGINE= MyISAM;
sync_slave_with_master;
connection master;
INSERT INTO t1 VALUE(1);
--enable_query_log
FLUSH LOGS;