MDEV-21773: added missing include file to mtr tests

This commit is contained in:
Julius Goryavsky 2020-06-30 14:03:22 +02:00
parent 59c999fc98
commit 8e8f9671cb
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -5,4 +5,4 @@ log-bin=mysqld-bin
log-slave-updates
binlog-format=ROW
gtid_pos_auto_engines=InnoDB
gtid_pos_auto_engines=InnoDB

View file

@ -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");