mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Helpers to deal with galera dbug sync points.
This commit is contained in:
committed by
Nirbhay Choubey
parent
17b5cb6172
commit
d01328d73b
5
mysql-test/include/galera_wait_sync_point.inc
Normal file
5
mysql-test/include/galera_wait_sync_point.inc
Normal file
@ -0,0 +1,5 @@
|
||||
let $wait_timeout = 10;
|
||||
SET SESSION wsrep_on = 0;
|
||||
--let $wait_condition = SELECT 1 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_debug_sync_waiters' AND VARIABLE_VALUE = '$galera_sync_point'
|
||||
--source include/wait_condition.inc
|
||||
SET SESSION wsrep_on = 1;
|
Reference in New Issue
Block a user