Skip to content

Commit

Permalink
MDEV-21773: added missing include file to mtr tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sysprg committed Jun 30, 2020
1 parent 59c999f commit 8e8f967
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/galera/t/galera_as_slave_gtid.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#

--source include/have_innodb.inc
--source include/have_log_bin.inc
--source include/galera_cluster.inc

# As node #3 is not a Galera node, and galera_cluster.inc does not open connetion to it
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ log-bin=mysqld-bin
log-slave-updates
binlog-format=ROW

gtid_pos_auto_engines=InnoDB
gtid_pos_auto_engines=InnoDB
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

--connection node_2
DROP TABLE mysql.gtid_slave_pos_InnoDB;
CALL mtr.add_suppression("The automatically created table");
CALL mtr.add_suppression("The automatically created table");

0 comments on commit 8e8f967

Please sign in to comment.