mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-33421 innodb.corrupted_during_recovery fails due to error that the table is corrupted
This fixes up the merge commit 7e39470e33
dict_table_open_on_name(): Report ER_TABLE_CORRUPT in a consistent
fashion, with a pretty-printed table name.
This commit is contained in:
@@ -40,7 +40,7 @@ let $restart_parameters = --disable-provider-$alg;
|
||||
source include/restart_mysqld.inc;
|
||||
|
||||
if ($engine == "innodb") {
|
||||
error ER_NO_SUCH_TABLE_IN_ENGINE;
|
||||
error ER_TABLE_CORRUPT;
|
||||
select a, left(b, 9), length(b) from t1;
|
||||
show warnings;
|
||||
}
|
||||
|
Reference in New Issue
Block a user