1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Give the "sync_slave_with_master" something to do

This commit is contained in:
unknown
2007-04-10 12:19:00 +02:00
parent ca33c6673f
commit 9f5e640d30
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ STOP SLAVE;
select * from t1; select * from t1;
t t
1 1
insert into t1 values (NULL);
show slave status; show slave status;
Slave_IO_State # Slave_IO_State #
Master_Host 127.0.0.1 Master_Host 127.0.0.1

View File

@ -54,6 +54,7 @@ while ($i)
start slave; start slave;
enable_query_log; enable_query_log;
connection master; connection master;
insert into t1 values (NULL);
sync_slave_with_master; sync_slave_with_master;
--replace_result $MYSQL_TEST_DIR MYSQL_TEST_DIR $MASTER_MYPORT MASTER_MYPORT --replace_result $MYSQL_TEST_DIR MYSQL_TEST_DIR $MASTER_MYPORT MASTER_MYPORT
--replace_column 1 # 8 # 9 # 23 # 33 # --replace_column 1 # 8 # 9 # 23 # 33 #