From 882f4566e55694b4f68f61ee723678b49d7e0d8f Mon Sep 17 00:00:00 2001 From: Elena Stepanova Date: Sat, 19 Aug 2017 02:52:35 +0300 Subject: [PATCH] Combinations with innodb-undo-tablespaces to use in test files --- mysql-test/include/innodb_undo_tablespaces.combinations | 5 +++++ mysql-test/include/innodb_undo_tablespaces.inc | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 mysql-test/include/innodb_undo_tablespaces.combinations create mode 100644 mysql-test/include/innodb_undo_tablespaces.inc diff --git a/mysql-test/include/innodb_undo_tablespaces.combinations b/mysql-test/include/innodb_undo_tablespaces.combinations new file mode 100644 index 00000000000..0ac7a6e2d05 --- /dev/null +++ b/mysql-test/include/innodb_undo_tablespaces.combinations @@ -0,0 +1,5 @@ +[undo0] +innodb-undo-tablespaces=0 + +[undo3] +innodb-undo-tablespaces=3 diff --git a/mysql-test/include/innodb_undo_tablespaces.inc b/mysql-test/include/innodb_undo_tablespaces.inc new file mode 100644 index 00000000000..b109fcc4f0e --- /dev/null +++ b/mysql-test/include/innodb_undo_tablespaces.inc @@ -0,0 +1,3 @@ +# The goal of including this file is to enable innodb_undo_tablespaces combinations +# (see include/innodb_undo_tablespaces.combinations) +