diff options
author | Andrei Elkin <aelkin@mysql.com> | 2010-07-16 21:25:00 +0300 |
---|---|---|
committer | Andrei Elkin <aelkin@mysql.com> | 2010-07-16 21:25:00 +0300 |
commit | 30e2c6f19be039f97af1770bd6e95e7527667b89 (patch) | |
tree | 48241a380dff7482a2b67efc44491af1d23d052b /mysql-test/r/rpl_mysqldump_slave.result | |
parent | 923da1e889ed8d45d99ef1692eff853f6af1b49c (diff) | |
download | mariadb-git-30e2c6f19be039f97af1770bd6e95e7527667b89.tar.gz |
bug#54935
applying bundle made for next-mr-bugfixing to trunk-bugfixing branch of the bug
Diffstat (limited to 'mysql-test/r/rpl_mysqldump_slave.result')
-rw-r--r-- | mysql-test/r/rpl_mysqldump_slave.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/rpl_mysqldump_slave.result b/mysql-test/r/rpl_mysqldump_slave.result index 158a43a658c..2229725a61d 100644 --- a/mysql-test/r/rpl_mysqldump_slave.result +++ b/mysql-test/r/rpl_mysqldump_slave.result @@ -8,10 +8,10 @@ start slave; # New --dump-slave, --apply-slave-statements functionality # use test; -CHANGE MASTER TO MASTER_LOG_FILE='master-bin.000001', MASTER_LOG_POS=107; +CHANGE MASTER TO MASTER_LOG_FILE='master-bin.000001', MASTER_LOG_POS=BINLOG_START; STOP SLAVE; -CHANGE MASTER TO MASTER_LOG_FILE='master-bin.000001', MASTER_LOG_POS=107; +CHANGE MASTER TO MASTER_LOG_FILE='master-bin.000001', MASTER_LOG_POS=BINLOG_START; START SLAVE; STOP SLAVE; -CHANGE MASTER TO MASTER_HOST='127.0.0.1', MASTER_PORT='MASTER_MYPORT', MASTER_LOG_FILE='master-bin.000001', MASTER_LOG_POS=107; +CHANGE MASTER TO MASTER_HOST='127.0.0.1', MASTER_PORT='MASTER_MYPORT', MASTER_LOG_FILE='master-bin.000001', MASTER_LOG_POS=BINLOG_START; START SLAVE; |