1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +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

@@ -23,7 +23,7 @@ connection master1;
let $wait_binlog_event= DROP;
source include/wait_for_binlog_event.inc;
connection slave;
sync_slave_with_master;
show status like 'Slave_open_temp_tables';
# Cleanup
connection default;