summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_read_old_relay_log_info.result
blob: 7a9d3b795d8995c4c65bfbc8189b239267d80726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include/master-slave.inc
[connection master]
CREATE TABLE t1 (a INT);
INSERT INTO t1 VALUES (1);
DROP TABLE t1;
==== Check that we still understand the old format of relay-log.info ====
include/stop_slave.inc
RESET SLAVE;
# Read relay-log.info
START SLAVE IO_THREAD;
include/wait_for_slave_io_to_start.inc
# Check that relay log coordinates are equal to those we saved in old-format_relay-log.info
= , 0, slave-relay-bin.000001, 4
include/rpl_end.inc