Commit 6f96ff72 authored by Marko Mäkelä's avatar Marko Mäkelä

Allow tests to work with cmake -DPLUGIN_PARTITION=NO

parent 7269c708
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
# - with annotated events, default checksums and minimal binlog row image # - with annotated events, default checksums and minimal binlog row image
# #
--source include/have_partition.inc
--source encryption_algorithms.inc --source encryption_algorithms.inc
--source include/have_innodb.inc --source include/have_innodb.inc
--enable_connect_log --enable_connect_log
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
# relay logs and binary logs are encrypted on slave. # relay logs and binary logs are encrypted on slave.
# #
--source include/have_partition.inc
--source encryption_algorithms.inc --source encryption_algorithms.inc
--source include/have_innodb.inc --source include/have_innodb.inc
......
--source include/have_debug.inc --source include/have_debug.inc
--source include/have_partition.inc
CREATE TABLE t(i INT) ENGINE INNODB; CREATE TABLE t(i INT) ENGINE INNODB;
INSERT INTO t VALUES(1); INSERT INTO t VALUES(1);
......
--source include/have_partition.inc
let $targetdir=$MYSQLTEST_VARDIR/backup; let $targetdir=$MYSQLTEST_VARDIR/backup;
mkdir $targetdir; mkdir $targetdir;
mkdir $MYSQLTEST_VARDIR/partitdata; mkdir $MYSQLTEST_VARDIR/partitdata;
......
--innodb --loose-changed_page_bitmaps --innodb-file-format=Barracuda --innodb-sys-tables --partition --innodb --loose-changed_page_bitmaps --innodb-sys-tables
\ 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