diff options
Diffstat (limited to 'mysql-test/suite/parts/t/partition_exch_myisam.test')
-rw-r--r-- | mysql-test/suite/parts/t/partition_exch_myisam.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mysql-test/suite/parts/t/partition_exch_myisam.test b/mysql-test/suite/parts/t/partition_exch_myisam.test new file mode 100644 index 00000000..c7680409 --- /dev/null +++ b/mysql-test/suite/parts/t/partition_exch_myisam.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 + |