GIF89a;
Direktori : /usr/share/mysql-test/r/ |
Current File : //usr/share/mysql-test/r/import_schema_mismatch.result |
CREATE TABLE t1 (a INT PRIMARY KEY) ENGINE=InnoDB ROW_FORMAT=COMPACT; FLUSH TABLES t1 FOR EXPORT; UNLOCK TABLES; DROP TABLE t1; SET GLOBAL innodb_file_format=`Barracuda`; SET GLOBAL innodb_file_per_table= ON; CREATE TABLE t1 (a INT PRIMARY KEY) ENGINE=InnoDB ROW_FORMAT=DYNAMIC; ALTER TABLE t1 DISCARD TABLESPACE; ALTER TABLE t1 IMPORT TABLESPACE; ERROR HY000: Schema mismatch (Table flags don't match,server table has ROW_TYPE_DYNAMIC and the meta-data file has ROW_TYPE_COMPACT) DROP TABLE t1; SET GLOBAL innodb_file_format=`Antelope`;