Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5
Description
See attached test case that creates table and exports it, this should be run on 10.1 (attached also resulting t0.ibd). Second test case should be run on 10.2 to try import file created above but it fails. Note that final test case should test also row_format=compressed,
encrypted and encrypted+compressed cases.
set global innodb_file_format = 'Barracuda';
|
set global innodb_file_per_table=ON;
|
create table t0 (c1 int not null auto_increment primary key, b char(200)) engine=innodb;
|
alter table t0 discard tablespace;
|
alter table t0 import tablespace;
|
encryption.jan2 'innodb' [ fail ]
|
Test ended at 2018-01-24 11:19:34
|
|
CURRENT_TEST: encryption.jan2
|
mysqltest: At line 12: query 'alter table t0 import tablespace' failed: 1808: Schema mismatch (Expected FSP_SPACE_FLAGS=0x21, .ibd file contains 0x0.)
|
Attachments
Issue Links
- relates to
-
MDEV-15225 Can't import .ibd file with temporal type format differing from mysql56_temporal_format
- Closed
-
MDEV-18762 Support easy restore of partial backup
- Closed
-
MDEV-20930 Document that SHOW CREATE TABLE on InnoDB tables only shows ROW_FORMAT when explicitly set
- Closed
-
MDEV-11658 Simpler, faster IMPORT of InnoDB tables
- Open
-
MDEV-16851 On schema mismatch in IMPORT TABLESPACE, display ROW_FORMAT in clear text
- Closed
-
MDEV-20974 Don't require .cfg files to import InnoDB tablespaces
- Closed