Commit 8e8f9671 authored by Julius Goryavsky's avatar Julius Goryavsky

MDEV-21773: added missing include file to mtr tests

parent 59c999fc
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
# #
--source include/have_innodb.inc --source include/have_innodb.inc
--source include/have_log_bin.inc
--source include/galera_cluster.inc --source include/galera_cluster.inc
# As node #3 is not a Galera node, and galera_cluster.inc does not open connetion to it # As node #3 is not a Galera node, and galera_cluster.inc does not open connetion to it
......
...@@ -5,4 +5,4 @@ log-bin=mysqld-bin ...@@ -5,4 +5,4 @@ log-bin=mysqld-bin
log-slave-updates log-slave-updates
binlog-format=ROW binlog-format=ROW
gtid_pos_auto_engines=InnoDB gtid_pos_auto_engines=InnoDB
\ No newline at end of file
...@@ -11,4 +11,4 @@ ...@@ -11,4 +11,4 @@
--connection node_2 --connection node_2
DROP TABLE mysql.gtid_slave_pos_InnoDB; DROP TABLE mysql.gtid_slave_pos_InnoDB;
CALL mtr.add_suppression("The automatically created table"); CALL mtr.add_suppression("The automatically created table");
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment