mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Merge mysql.com:/home/svoj/devel/mysql/BUG13861/mysql-5.0-engines
into mysql.com:/home/svoj/devel/mysql/BUG13861/mysql-5.1-engines mysql-test/suite/rpl/r/rpl_dual_pos_advance.result: Auto merged mysql-test/suite/rpl/t/rpl_dual_pos_advance.test: SCCS merged
This commit is contained in:
commit
4afe31568b
2 changed files with 0 additions and 9 deletions
|
@ -25,9 +25,6 @@ insert into t3 values(4);
|
|||
start slave until master_log_file="slave-bin.000001",master_log_pos=195;
|
||||
Warnings:
|
||||
Note 1278 It is recommended to use --skip-slave-start when doing step-by-step replication with START SLAVE UNTIL; otherwise, you will get problems if you get an unexpected slave's mysqld restart
|
||||
select master_pos_wait("slave-bin.000001",137);
|
||||
master_pos_wait("slave-bin.000001",137)
|
||||
0
|
||||
show tables;
|
||||
Tables_in_test
|
||||
t1
|
||||
|
|
|
@ -66,12 +66,6 @@ connection master;
|
|||
# asking it to stop before creation of t3.
|
||||
|
||||
start slave until master_log_file="slave-bin.000001",master_log_pos=195;
|
||||
|
||||
# wait until it's started (the position below is the start of "CREATE
|
||||
# TABLE t2") (otherwise wait_for_slave_sql_to_stop may return at once)
|
||||
|
||||
select master_pos_wait("slave-bin.000001",137);
|
||||
|
||||
--source include/wait_for_slave_sql_to_stop.inc
|
||||
|
||||
# then BUG#13861 causes t3 to show up below (because stopped too
|
||||
|
|
Loading…
Reference in a new issue