mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111
This commit is contained in:
@ -2742,6 +2742,9 @@ void handler::print_error(int error, myf errflag)
|
||||
case HA_ERR_TABLE_NEEDS_UPGRADE:
|
||||
textno=ER_TABLE_NEEDS_UPGRADE;
|
||||
break;
|
||||
case HA_ERR_NO_PARTITION_FOUND:
|
||||
textno=ER_WRONG_PARTITION_NAME;
|
||||
break;
|
||||
case HA_ERR_TABLE_READONLY:
|
||||
textno= ER_OPEN_AS_READONLY;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user