mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
13 lines
461 B
Text
13 lines
461 B
Text
#
|
|
# This test checks that various options can be passed to xtrabackup via the my.cnf file
|
|
# Initial SST happens via xtrabackup, so there is not much to do in the body of the test
|
|
#
|
|
|
|
--source include/big_test.inc
|
|
--source include/galera_cluster.inc
|
|
--source include/have_innodb.inc
|
|
|
|
SELECT 1;
|
|
|
|
--let $wait_condition = SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size';
|
|
--source include/wait_condition.inc
|