diff --git a/mysql-test/suite/innodb/r/table_flags.result b/mysql-test/suite/innodb/r/table_flags.result index eca80bea05e..0d636d84529 100644 --- a/mysql-test/suite/innodb/r/table_flags.result +++ b/mysql-test/suite/innodb/r/table_flags.result @@ -9,7 +9,7 @@ SET innodb_strict_mode=ON; CREATE TABLE tp(a INT PRIMARY KEY)ENGINE=InnoDB ROW_FORMAT=DYNAMIC PAGE_COMPRESSED=1 PAGE_COMPRESSION_LEVEL=9; SYS_TABLES clustered index root page (8): -N_RECS=11; LEVEL=0; INDEX_ID=0x0000000000000001 +N_RECS=10; LEVEL=0; INDEX_ID=0x0000000000000001 header=0x01000003016e (NAME=0x696e66696d756d00) header=0x00002815008d (NAME='SYS_DATAFILES', DB_TRX_ID=0x000000000000, @@ -51,7 +51,7 @@ header=0x0400201501b8 (NAME='SYS_TABLESPACES', MIX_LEN=0x00000040, CLUSTER_NAME=NULL(0 bytes), SPACE=0x00000000) -header=0x000030150200 (NAME='SYS_VIRTUAL', +header=0x000030150244 (NAME='SYS_VIRTUAL', DB_TRX_ID=0x000000000000, DB_ROLL_PTR=0x80000000000000, ID=0x000000000000000f, @@ -61,67 +61,57 @@ header=0x000030150200 (NAME='SYS_VIRTUAL', MIX_LEN=0x00000040, CLUSTER_NAME=NULL(0 bytes), SPACE=0x00000000) -header=0x000038150288 (NAME='SYS_VTQ', +header=0x000040150288 (NAME='test/tc', DB_TRX_ID=0x000000000000, DB_ROLL_PTR=0x80000000000000, - ID=0x0000000000000010, - N_COLS=0x00000005, - TYPE=0x00000001, - MIX_ID=0x0000000000000000, - MIX_LEN=0x00000040, - CLUSTER_NAME=NULL(0 bytes), - SPACE=0x00000000) -header=0x0000481502cc (NAME='test/tc', - DB_TRX_ID=0x000000000000, - DB_ROLL_PTR=0x80000000000000, - ID=0x0000000000000012, + ID=0x0000000000000011, N_COLS=0x80000001, TYPE=0x00000001, MIX_ID=0x0000000000000000, MIX_LEN=0x00000050, CLUSTER_NAME=NULL(0 bytes), SPACE=0x00000002) -header=0x000050150354 (NAME='test/td', +header=0x000048150310 (NAME='test/td', DB_TRX_ID=0x000000000000, DB_ROLL_PTR=0x80000000000000, - ID=0x0000000000000013, + ID=0x0000000000000012, N_COLS=0x80000001, TYPE=0x00000021, MIX_ID=0x0000000000000000, MIX_LEN=0x00000050, CLUSTER_NAME=NULL(0 bytes), SPACE=0x00000003) -header=0x000060150244 (NAME='test/tp', +header=0x000058150200 (NAME='test/tp', DB_TRX_ID=0x000000000000, DB_ROLL_PTR=0x80000000000000, - ID=0x0000000000000015, + ID=0x0000000000000014, N_COLS=0x80000001, TYPE=0x000009a1, MIX_ID=0x0000000000000000, MIX_LEN=0x00000050, CLUSTER_NAME=NULL(0 bytes), SPACE=0x00000005) -header=0x000040150310 (NAME='test/tr', +header=0x0000381502cc (NAME='test/tr', DB_TRX_ID=0x000000000000, DB_ROLL_PTR=0x80000000000000, - ID=0x0000000000000011, + ID=0x0000000000000010, N_COLS=0x00000001, TYPE=0x00000001, MIX_ID=0x0000000000000000, MIX_LEN=0x00000050, CLUSTER_NAME=NULL(0 bytes), SPACE=0x00000001) -header=0x000058150074 (NAME='test/tz', +header=0x000050150074 (NAME='test/tz', DB_TRX_ID=0x000000000000, DB_ROLL_PTR=0x80000000000000, - ID=0x0000000000000014, + ID=0x0000000000000013, N_COLS=0x80000001, TYPE=0x00000023, MIX_ID=0x0000000000000000, MIX_LEN=0x00000050, CLUSTER_NAME=NULL(0 bytes), SPACE=0x00000004) -header=0x080008030000 (NAME=0x73757072656d756d00) +header=0x070008030000 (NAME=0x73757072656d756d00) SHOW CREATE TABLE tr; ERROR 42S02: Table 'test.tr' doesn't exist in engine SHOW CREATE TABLE tc;