mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
Currently there is no test file in the project that would check the operation of the matiabackupt SST script with the innodb_data_home_dir parameter. This fix adds this test to the galera test suite. https://jira.mariadb.org/browse/MDEV-17786
24 lines
731 B
Plaintext
24 lines
731 B
Plaintext
--source include/big_test.inc
|
|
--source include/galera_cluster.inc
|
|
--source include/have_innodb.inc
|
|
--source include/have_mariabackup.inc
|
|
|
|
# Save original auto_increment_offset values.
|
|
--let $node_1=node_1
|
|
--let $node_2=node_2
|
|
--source include/auto_increment_offset_save.inc
|
|
|
|
--source suite/galera/include/galera_st_shutdown_slave.inc
|
|
--source suite/galera/include/galera_st_clean_slave.inc
|
|
|
|
--source suite/galera/include/galera_st_kill_slave.inc
|
|
--source suite/galera/include/galera_st_kill_slave_ddl.inc
|
|
|
|
# Restore original auto_increment_offset values.
|
|
--source include/auto_increment_offset_restore.inc
|
|
|
|
--source include/galera_end.inc
|
|
|
|
# cleanup temporary database files:
|
|
--remove_files_wildcard $MYSQL_TMP_DIR/data_dir_test *
|