diff options
Diffstat (limited to 'mysql-test/suite/parts/t/partition_exch_innodb.test')
-rw-r--r-- | mysql-test/suite/parts/t/partition_exch_innodb.test | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mysql-test/suite/parts/t/partition_exch_innodb.test b/mysql-test/suite/parts/t/partition_exch_innodb.test new file mode 100644 index 00000000..cb666a42 --- /dev/null +++ b/mysql-test/suite/parts/t/partition_exch_innodb.test @@ -0,0 +1,12 @@ +# Author: Horst Hunger +# Created: 2010-07-05 + +--source include/have_innodb.inc +--source include/have_partition.inc + +let $engine_table= InnoDB; +let $engine_part= InnoDB; +let $engine_subpart= InnoDB; + +--source suite/parts/inc/part_exch_qa.inc + |