polardbxengine/mysql-test/r/flush_table_myisam.result

7 lines
190 B
Plaintext

# Test 6: Unsupported storage engines.
#
CREATE TABLE t1(a INT) engine= MyISAM;
FLUSH TABLE t1 FOR EXPORT;
ERROR HY000: Table storage engine for 't1' doesn't have this option
DROP TABLE t1;