mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix for LOAD DATA FROM MASTER when using tables with checksum
Fixed some wrong test cases
This commit is contained in:
@@ -702,6 +702,9 @@ void handler::print_error(int error, myf errflag)
|
||||
case HA_ERR_LOCK_TABLE_FULL:
|
||||
textno=ER_LOCK_TABLE_FULL;
|
||||
break;
|
||||
case HA_ERR_LOCK_DEADLOCK:
|
||||
textno=ER_LOCK_DEADLOCK;
|
||||
break;
|
||||
case HA_ERR_READ_ONLY_TRANSACTION:
|
||||
textno=ER_READ_ONLY_TRANSACTION;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user