mariadb/mysql-test/suite/parts/t/partition_exch_myisam_innodb.test
2017-09-18 10:40:26 +02:00

17 lines
373 B
Text

# Author: Horst Hunger
# Created: 2010-07-05
source include/have_innodb.inc;
source include/have_partition.inc;
let $engine_table= MYISAM;
let $engine_part= InnoDB;
let $engine_subpart= InnoDB;
source suite/parts/inc/part_exch_tabs.inc;
error ER_MIX_HANDLER_ERROR;
ALTER TABLE tp EXCHANGE PARTITION p0 WITH TABLE t_10;
source suite/parts/inc/part_exch_drop_tabs.inc;