[Commits] 328d7779bc1: Fortify galera_sst_mariabackup_table_options test.
revision-id: 328d7779bc1e5b88b7f72dde8465d0c58f38f42c (mariadb-10.1.37-25-g328d7779bc1) parent(s): 1037edcb1140aa0bdf1d52f118d9008084f842b5 author: Jan Lindström committer: Jan Lindström timestamp: 2018-11-26 08:58:38 +0200 message: Fortify galera_sst_mariabackup_table_options test. --- .../suite/galera/t/galera_sst_mariabackup_table_options.test | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mysql-test/suite/galera/t/galera_sst_mariabackup_table_options.test b/mysql-test/suite/galera/t/galera_sst_mariabackup_table_options.test index 61cef44135b..03eef64facc 100644 --- a/mysql-test/suite/galera/t/galera_sst_mariabackup_table_options.test +++ b/mysql-test/suite/galera/t/galera_sst_mariabackup_table_options.test @@ -3,6 +3,11 @@ --source include/innodb_encrypt_tables.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 + --echo Performing State Transfer on a server that starts from a clean var directory --echo This is accomplished by shutting down node #2 and removing its var directory before restarting it @@ -216,3 +221,6 @@ COMMIT; DROP TABLE t1,t2,t3,t4,t5,t6,t7,t8,t9; COMMIT; SET AUTOCOMMIT=ON; + +# Restore original auto_increment_offset values. +--source include/auto_increment_offset_restore.inc
participants (1)
-
jan