1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Add extra INSERT to make usre sync_slave_with_master has job to do

This commit is contained in:
msvensson@pilot.blaudden
2007-04-05 09:10:22 +02:00
parent cedde5758d
commit bc5462fb44
2 changed files with 4 additions and 0 deletions

View File

@ -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