mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
Add missing file.
This commit is contained in:
parent
a3eddd9f11
commit
222e1b806f
1 changed files with 9 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue