mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Automatic merge with 5.1
This commit is contained in:
@ -2736,7 +2736,10 @@ void handler::print_error(int error, myf errflag)
|
||||
textno=ER_DUP_UNIQUE;
|
||||
break;
|
||||
case HA_ERR_RECORD_CHANGED:
|
||||
SET_FATAL_ERROR;
|
||||
/*
|
||||
This is not fatal error when using HANDLER interface
|
||||
SET_FATAL_ERROR;
|
||||
*/
|
||||
textno=ER_CHECKREAD;
|
||||
break;
|
||||
case HA_ERR_CRASHED:
|
||||
|
Reference in New Issue
Block a user