mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
MDEV-21773: added missing include file to mtr tests
This commit is contained in:
parent
59c999fc98
commit
8e8f9671cb
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -5,4 +5,4 @@ log-bin=mysqld-bin
|
|||
log-slave-updates
|
||||
binlog-format=ROW
|
||||
|
||||
gtid_pos_auto_engines=InnoDB
|
||||
gtid_pos_auto_engines=InnoDB
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue