mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
MySQL WL#5522 - InnoDB transportable tablespaces.
Cleanups: * remove unused HA_EXTRA_EXPORT (can be added later if needed, e.g. for Aria) * clarify the meaning of HA_CAN_EXPORT * make all engines that support EXPORT to announce it * reduce code duplication
This commit is contained in:
@@ -155,9 +155,9 @@ UNLOCK TABLES;
|
||||
DROP TABLE t1;
|
||||
# Test 6: Unsupported storage engines.
|
||||
#
|
||||
CREATE TABLE t1(a INT) engine= MyISAM;
|
||||
CREATE TABLE t1(a INT) engine= MEMORY;
|
||||
FLUSH TABLE t1 FOR EXPORT;
|
||||
ERROR HY000: Storage engine MyISAM of the table `test`.`t1` doesn't have this option
|
||||
ERROR HY000: Storage engine MEMORY of the table `test`.`t1` doesn't have this option
|
||||
DROP TABLE t1;
|
||||
# Connection con1
|
||||
# Connection defalt
|
||||
|
Reference in New Issue
Block a user