mirror of
https://github.com/MariaDB/server.git
synced 2025-04-20 06:05:47 +02:00
Added missing include files to check for debug_sync
This commit is contained in:
parent
8ec0e9111a
commit
3f019d1771
2 changed files with 6 additions and 0 deletions
mysql-test/suite/galera/t
|
@ -5,6 +5,9 @@
|
|||
|
||||
--source include/galera_cluster.inc
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_debug.inc
|
||||
--source include/have_debug_sync.inc
|
||||
--source suite/galera/include/galera_have_debug_sync.inc
|
||||
|
||||
CREATE TABLE t1 (f1 INT NOT NULL PRIMARY KEY AUTO_INCREMENT) ENGINE=InnoDB;
|
||||
CREATE TABLE t2 (f1 INT NOT NULL PRIMARY KEY AUTO_INCREMENT, f2 INT) ENGINE=InnoDB;
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
|
||||
--source include/galera_cluster.inc
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_debug.inc
|
||||
--source include/have_debug_sync.inc
|
||||
--source suite/galera/include/galera_have_debug_sync.inc
|
||||
|
||||
--connection node_1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue