mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / rpl / r / rpl_flushlog_loop.result
blobb6dbe9f5b487ed3ab0ab09d64b22f58fb3291850
1 include/rpl_init.inc [topology=1->2->1]
2 show variables like 'relay_log%';
3 Variable_name   Value
4 relay_log       
5 relay_log_index 
6 relay_log_info_file     relay-log.info
7 relay_log_purge ON
8 relay_log_space_limit   0
9 CREATE TABLE t1 (a INT KEY) ENGINE= MyISAM;
10 INSERT INTO t1 VALUE(1);
11 FLUSH LOGS;
12 INSERT INTO t1 VALUE(2);
13 include/check_slave_is_running.inc
14 Relay_Log_File = 'mysqld-relay-bin.000003'
15 include/rpl_end.inc