mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
80b4fa54e1
Post-fix to MDEV-30318 and MDEV-22570-related changes: unified handling of wsrep_provider by code so that "none" is interpreted as case-insensitive everywhere and that work with an empty string is supported everywhere.
9 lines
250 B
PHP
9 lines
250 B
PHP
--disable_query_log
|
|
|
|
--let $galera_variables_ok = `SELECT COUNT(*) = 51 FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES WHERE VARIABLE_NAME LIKE 'wsrep%'`
|
|
|
|
--if (!$galera_variables_ok) {
|
|
--skip Galera number of variables has changed!
|
|
}
|
|
|
|
--enable_query_log
|