mirror of
https://github.com/MariaDB/server.git
synced 2025-10-19 21:09:40 +03:00
Add extra INSERT to make usre sync_slave_with_master has job to do
mysql-test/r/rpl_ssl.result: Add an extra INSERT to make sure that the "sync_slave_with_master" has someghing to do and thus have to wait for the slave IO thread to start. mysql-test/t/rpl_ssl.test: Add an extra INSERT to make sure that the "sync_slave_with_master" has someghing to do and thus have to wait for the slave IO thread to start.
This commit is contained in:
@@ -58,6 +58,7 @@ STOP SLAVE;
|
||||
select * from t1;
|
||||
t
|
||||
1
|
||||
insert into t1 values (NULL);
|
||||
show slave status;
|
||||
Slave_IO_State #
|
||||
Master_Host 127.0.0.1
|
||||
|
Reference in New Issue
Block a user