mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fix bug #11830883, SUPPORT "CORRUPTED" BIT FOR INNODB TABLES AND INDEXES.
Also addressed issues in bug #11745133, where we could mark a table corrupted instead of crashing the server when found a corrupted buffer/page if the table created with innodb_file_per_table on.
This commit is contained in:
@ -81,7 +81,8 @@ static const char *handler_error_messages[]=
|
||||
"File to short; Expected more data in file",
|
||||
"Read page with wrong checksum",
|
||||
"Too many active concurrent transactions",
|
||||
"Index column length exceeds limit"
|
||||
"Index column length exceeds limit",
|
||||
"Index corrupted"
|
||||
};
|
||||
|
||||
extern void my_handler_error_register(void);
|
||||
|
Reference in New Issue
Block a user