mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.11 into 11.0
This commit is contained in:
@@ -14,9 +14,9 @@ disconnect con1;
|
||||
# and recompute innodb_checksum_algorithm=crc32
|
||||
# restart
|
||||
SELECT COUNT(*) FROM bug16720368;
|
||||
ERROR 42S02: Table 'test.bug16720368' doesn't exist in engine
|
||||
ERROR HY000: Table `test`.`bug16720368` is corrupted. Please drop the table and recreate.
|
||||
INSERT INTO bug16720368 VALUES(1);
|
||||
ERROR HY000: Table test/bug16720368 is corrupted. Please drop the table and recreate.
|
||||
ERROR HY000: Table `test`.`bug16720368` is corrupted. Please drop the table and recreate.
|
||||
INSERT INTO bug16720368_1 VALUES(1);
|
||||
# Shut down the server to uncorrupt the data.
|
||||
# restart
|
||||
|
Reference in New Issue
Block a user