Update myisam_debug test result post print_lock_error change

This commit is contained in:
Vicențiu Ciorbaru 2017-07-31 00:48:37 +03:00 committed by Sergei Golubchik
parent 3772516391
commit e075c5b491

View File

@ -36,6 +36,6 @@ set debug_dbug='+d,mi_lock_database_failure';
unlock tables;
Warnings:
Error 126 Incorrect key file for table './test/t1.MYI'; try to repair it
Error 1015 Can't lock file (errno: 22 "Invalid argument")
Error 1030 Got error 22 "Invalid argument" from storage engine MyISAM
set debug_dbug=@old_dbug;
drop table t1;