mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
0238e68464
galera_var_wsrep_on_off : Add wait conditions to make sure DDL is replicated before continuing. wsrep.[variables|variables_debug] : Remove unnecessary parts and add check to correct number of variables or skip galera_ssl_reload: Add version check and SSL checks.
9 lines
250 B
PHP
9 lines
250 B
PHP
--disable_query_log
|
|
|
|
--let $galera_variables_ok = `SELECT COUNT(*) = 49 FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME LIKE 'wsrep%'`
|
|
|
|
--if (!$galera_variables_ok) {
|
|
--skip Galera number of variables has changed!
|
|
}
|
|
|
|
--enable_query_log
|