|
|
|
@ -4,6 +4,8 @@ reset master; |
|
|
|
reset slave; |
|
|
|
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9; |
|
|
|
start slave; |
|
|
|
call mtr.add_suppression("Slave I/O: Get master clock failed with error: Lost connection to MySQL server at 'reading initial communication packet'"); |
|
|
|
call mtr.add_suppression("Slave I/O: Master command COM_REGISTER_SLAVE failed: failed registering on master, reconnecting to try again"); |
|
|
|
SELECT IS_FREE_LOCK("debug_lock.before_get_UNIX_TIMESTAMP"); |
|
|
|
IS_FREE_LOCK("debug_lock.before_get_UNIX_TIMESTAMP") |
|
|
|
1 |
|
|
|
|