mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge with 5.1
Fixes to get Aria handler tests to work. Fixes LP#697597 "HANDLER + Aria asserts in maria-5.3-handler"
This commit is contained in:
@ -2737,7 +2737,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