Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add missing file.
- Loading branch information
Jan Lindström
committed
Oct 10, 2020
1 parent
a3eddd9
commit 222e1b8
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 |