From a175314c3e5827eb193872241446f2f8f5c9d33c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 20:07:14 +0200 Subject: Adding upstream version 1:10.5.12. Signed-off-by: Daniel Baumann --- mysql-test/suite/parts/t/partition_exch_qa.test | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mysql-test/suite/parts/t/partition_exch_qa.test (limited to 'mysql-test/suite/parts/t/partition_exch_qa.test') diff --git a/mysql-test/suite/parts/t/partition_exch_qa.test b/mysql-test/suite/parts/t/partition_exch_qa.test new file mode 100644 index 00000000..c7680409 --- /dev/null +++ b/mysql-test/suite/parts/t/partition_exch_qa.test @@ -0,0 +1,11 @@ +# Author: Horst Hunger +# Created: 2010-07-05 + +--source include/have_partition.inc + +let $engine_table= MYISAM; +let $engine_part= MYISAM; +let $engine_subpart= MYISAM; + +--source suite/parts/inc/part_exch_qa.inc + -- cgit v1.2.3