Allow tests to work with cmake -DPLUGIN_PARTITION=NO

This commit is contained in:
Marko Mäkelä 2018-05-29 17:14:34 +03:00
parent 7269c70821
commit 6f96ff7268
8 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

@ -1 +0,0 @@
--partition

View File

@ -0,0 +1 @@
--loose-partition

View File

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

View File

@ -1 +0,0 @@
--partition

View File

@ -1,3 +1,4 @@
--source include/have_partition.inc
let $targetdir=$MYSQLTEST_VARDIR/backup;
mkdir $targetdir;
mkdir $MYSQLTEST_VARDIR/partitdata;

View File

@ -1 +1 @@
--innodb --loose-changed_page_bitmaps --innodb-file-format=Barracuda --innodb-sys-tables --partition
--innodb --loose-changed_page_bitmaps --innodb-sys-tables