Allow tests to work with cmake -DPLUGIN_PARTITION=NO
This commit is contained in:
parent
7269c70821
commit
6f96ff7268
@ -18,6 +18,7 @@
|
||||
# - with annotated events, default checksums and minimal binlog row image
|
||||
#
|
||||
|
||||
--source include/have_partition.inc
|
||||
--source encryption_algorithms.inc
|
||||
--source include/have_innodb.inc
|
||||
--enable_connect_log
|
||||
|
@ -9,6 +9,7 @@
|
||||
# relay logs and binary logs are encrypted on slave.
|
||||
#
|
||||
|
||||
--source include/have_partition.inc
|
||||
--source encryption_algorithms.inc
|
||||
--source include/have_innodb.inc
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
--partition
|
1
mysql-test/suite/mariabackup/lock_ddl_per_table.opt
Normal file
1
mysql-test/suite/mariabackup/lock_ddl_per_table.opt
Normal file
@ -0,0 +1 @@
|
||||
--loose-partition
|
@ -1,4 +1,5 @@
|
||||
--source include/have_debug.inc
|
||||
--source include/have_partition.inc
|
||||
|
||||
CREATE TABLE t(i INT) ENGINE INNODB;
|
||||
INSERT INTO t VALUES(1);
|
||||
|
@ -1 +0,0 @@
|
||||
--partition
|
@ -1,3 +1,4 @@
|
||||
--source include/have_partition.inc
|
||||
let $targetdir=$MYSQLTEST_VARDIR/backup;
|
||||
mkdir $targetdir;
|
||||
mkdir $MYSQLTEST_VARDIR/partitdata;
|
||||
|
@ -1 +1 @@
|
||||
--innodb --loose-changed_page_bitmaps --innodb-file-format=Barracuda --innodb-sys-tables --partition
|
||||
--innodb --loose-changed_page_bitmaps --innodb-sys-tables
|
||||
|
Loading…
x
Reference in New Issue
Block a user