Skip to content

Commit

Permalink
Fortify galera_sst_mariabackup_table_options test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lindström committed Nov 26, 2018
1 parent 1037edc commit 328d777
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit 328d777

Please sign in to comment.