mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
f369942d90
* remove part of galera_var_cluster_address.test that can not be tested reliably * reduce running time for galera_gcache_recover_manytrx.test * Additional wait_conditions for GAL-401.test Signed-off-by: Sachin Setiya <sachin.setiya@mariadb.com>
2 lines
168 B
SQL
2 lines
168 B
SQL
let $wait_condition = SELECT 1 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_ready' AND VARIABLE_VALUE = 'ON';
|
|
--source include/wait_condition.inc
|