summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicențiu Ciorbaru <vicentiu@mariadb.org>2017-07-31 00:48:37 +0300
committerSergei Golubchik <serg@mariadb.org>2017-08-01 09:52:59 +0200
commite075c5b491b8e9030589cdf5d9aa5222e9cd1bc1 (patch)
tree15e47e028317dd5517f087fbb02fdb349dc6ee17
parent3772516391b24fcbefac612b07a8502e6afdc00f (diff)
downloadmariadb-git-e075c5b491b8e9030589cdf5d9aa5222e9cd1bc1.tar.gz
Update myisam_debug test result post print_lock_error change
-rw-r--r--mysql-test/r/myisam_debug.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/myisam_debug.result b/mysql-test/r/myisam_debug.result
index 77de991bafd..ca45ce1fc9f 100644
--- a/mysql-test/r/myisam_debug.result
+++ b/mysql-test/r/myisam_debug.result
@@ -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;