mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Handle errors from external_unlock & mysql_unlock_tables
Other things: - Handler errors from ha_maria::implict_commit - Disable DBUG in safe_mutex_lock to get trace file easier to read
This commit is contained in:
@ -38,7 +38,9 @@ insert t1 values (1),(2),(1);
|
||||
set @old_dbug=@@debug_dbug;
|
||||
SET debug_dbug='+d,mi_lock_database_failure';
|
||||
unlock tables;
|
||||
Warnings:
|
||||
ERROR HY000: Index for table './test/t1.MYI' is corrupt; try to repair it
|
||||
SHOW WARNINGS;
|
||||
Level Code Message
|
||||
Error 126 Index for table './test/t1.MYI' is corrupt; try to repair it
|
||||
Error 1030 Got error 22 "Invalid argument" from storage engine MyISAM
|
||||
SET debug_dbug=@old_dbug;
|
||||
|
Reference in New Issue
Block a user