mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Galera4
This commit is contained in:
committed by
Sergey Vojtovich
parent
382115b992
commit
36a2a185fe
9
mysql-test/include/galera_have_debug_sync.inc
Normal file
9
mysql-test/include/galera_have_debug_sync.inc
Normal file
@@ -0,0 +1,9 @@
|
||||
--disable_query_log
|
||||
|
||||
--let $galera_have_debug_sync = `SELECT 1 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_debug_sync_waiters'`
|
||||
|
||||
--if (!$galera_have_debug_sync) {
|
||||
--skip "Test requires Galera debug library with debug_sync functionality"
|
||||
}
|
||||
|
||||
--enable_query_log
|
Reference in New Issue
Block a user