summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_row_until.result
diff options
context:
space:
mode:
authorunknown <skozlov/ksm@mysql.com/virtop.(none)>2008-04-02 22:50:54 +0400
committerunknown <skozlov/ksm@mysql.com/virtop.(none)>2008-04-02 22:50:54 +0400
commite1aa9397c13259ffa7008b6f3d01f75d3d4726cc (patch)
treec2a93a1b9c7e1fd3cd6e1ba75286bdaddc5fb024 /mysql-test/suite/rpl/r/rpl_row_until.result
parentfdb9d02945e4e867bc3e862e41b9f2a5522ba76c (diff)
downloadmariadb-git-e1aa9397c13259ffa7008b6f3d01f75d3d4726cc.tar.gz
Bug#28772, added waiting Until_Log_Pos when slave starting with UNTIL clause and then waiting stop of slave.
It helps to avoid issues when slave starts too slowly. mysql-test/suite/rpl/r/rpl_row_until.result: updated result file mysql-test/suite/rpl/t/rpl_row_until.test: updated test case
Diffstat (limited to 'mysql-test/suite/rpl/r/rpl_row_until.result')
-rw-r--r--mysql-test/suite/rpl/r/rpl_row_until.result6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/suite/rpl/r/rpl_row_until.result b/mysql-test/suite/rpl/r/rpl_row_until.result
index 383d1a03a22..a0c82a2d4a8 100644
--- a/mysql-test/suite/rpl/r/rpl_row_until.result
+++ b/mysql-test/suite/rpl/r/rpl_row_until.result
@@ -150,7 +150,7 @@ Last_SQL_Errno 0
Last_SQL_Error
start slave;
stop slave;
-start slave until master_log_file='master-bin.000001', master_log_pos=740;
+start slave sql_thread until master_log_file='master-bin.000001', master_log_pos=740;
SHOW SLAVE STATUS;
Slave_IO_State #
Master_Host 127.0.0.1
@@ -162,7 +162,7 @@ Read_Master_Log_Pos 750
Relay_Log_File #
Relay_Log_Pos #
Relay_Master_Log_File master-bin.000001
-Slave_IO_Running Yes
+Slave_IO_Running No
Slave_SQL_Running No
Replicate_Do_DB
Replicate_Ignore_DB
@@ -200,7 +200,7 @@ start slave until relay_log_file='slave-relay-bin.000002';
ERROR HY000: Incorrect parameter or combination of parameters for START SLAVE UNTIL
start slave until relay_log_file='slave-relay-bin.000002', master_log_pos=561;
ERROR HY000: Incorrect parameter or combination of parameters for START SLAVE UNTIL
-start slave sql_thread;
+start slave;
start slave until master_log_file='master-bin.000001', master_log_pos=740;
Warnings:
Note 1254 Slave is already running