Commit b4e5d5e2 authored by Monty's avatar Monty

Updated result for alter_crash

parent 0436a0ff
...@@ -46,7 +46,7 @@ ERROR HY000: Lost connection to MySQL server during query ...@@ -46,7 +46,7 @@ ERROR HY000: Lost connection to MySQL server during query
# Restart mysqld after the crash and reconnect. # Restart mysqld after the crash and reconnect.
SELECT * FROM information_schema.innodb_sys_tables SELECT * FROM information_schema.innodb_sys_tables
WHERE table_id = ID; WHERE table_id = ID;
TABLE_ID NAME FLAG N_COLS SPACE FILE_FORMAT ROW_FORMAT ZIP_PAGE_SIZE SPACE_TYPE TABLE_ID NAME FLAG N_COLS SPACE ROW_FORMAT ZIP_PAGE_SIZE SPACE_TYPE
# Files in datadir after manual recovery. # Files in datadir after manual recovery.
t1.frm t1.frm
t1.ibd t1.ibd
...@@ -84,7 +84,7 @@ ERROR HY000: Lost connection to MySQL server during query ...@@ -84,7 +84,7 @@ ERROR HY000: Lost connection to MySQL server during query
# Startup the server after the crash # Startup the server after the crash
SELECT * FROM information_schema.innodb_sys_tables SELECT * FROM information_schema.innodb_sys_tables
WHERE name LIKE 'test/#sql-ib%'; WHERE name LIKE 'test/#sql-ib%';
TABLE_ID NAME FLAG N_COLS SPACE FILE_FORMAT ROW_FORMAT ZIP_PAGE_SIZE SPACE_TYPE TABLE_ID NAME FLAG N_COLS SPACE ROW_FORMAT ZIP_PAGE_SIZE SPACE_TYPE
# Drop the orphaned rebuilt table. # Drop the orphaned rebuilt table.
SHOW TABLES; SHOW TABLES;
Tables_in_test Tables_in_test
...@@ -122,7 +122,7 @@ ERROR HY000: Lost connection to MySQL server during query ...@@ -122,7 +122,7 @@ ERROR HY000: Lost connection to MySQL server during query
# Restart mysqld after the crash and reconnect. # Restart mysqld after the crash and reconnect.
SELECT * FROM information_schema.innodb_sys_tables SELECT * FROM information_schema.innodb_sys_tables
WHERE table_id = ID; WHERE table_id = ID;
TABLE_ID NAME FLAG N_COLS SPACE FILE_FORMAT ROW_FORMAT ZIP_PAGE_SIZE SPACE_TYPE TABLE_ID NAME FLAG N_COLS SPACE ROW_FORMAT ZIP_PAGE_SIZE SPACE_TYPE
FLUSH TABLES; FLUSH TABLES;
# Files in datadir after manual recovery. # Files in datadir after manual recovery.
t1.frm t1.frm
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment