Skip to content

Commit 328d777

Browse files
author
Jan Lindström
committed
Fortify galera_sst_mariabackup_table_options test.
1 parent 1037edc commit 328d777

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mysql-test/suite/galera/t/galera_sst_mariabackup_table_options.test

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
--source include/innodb_encrypt_tables.inc
44
--source include/have_mariabackup.inc
55

6+
# Save original auto_increment_offset values.
7+
--let $node_1=node_1
8+
--let $node_2=node_2
9+
--source include/auto_increment_offset_save.inc
10+
611
--echo Performing State Transfer on a server that starts from a clean var directory
712
--echo This is accomplished by shutting down node #2 and removing its var directory before restarting it
813

@@ -216,3 +221,6 @@ COMMIT;
216221
DROP TABLE t1,t2,t3,t4,t5,t6,t7,t8,t9;
217222
COMMIT;
218223
SET AUTOCOMMIT=ON;
224+
225+
# Restore original auto_increment_offset values.
226+
--source include/auto_increment_offset_restore.inc

0 commit comments

Comments
 (0)