mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
BUG#28423 cluster to storage engine error code mapping problem
This commit is contained in:
parent
ad81e83c70
commit
ad6defd4ba
1 changed files with 2 additions and 2 deletions
|
@ -181,8 +181,8 @@ struct err_code_mapping
|
|||
static const err_code_mapping err_map[]=
|
||||
{
|
||||
{ 626, HA_ERR_KEY_NOT_FOUND, 0 },
|
||||
{ 630, HA_ERR_FOUND_DUPP_KEY, 0 },
|
||||
{ 893, HA_ERR_FOUND_DUPP_KEY, 0 },
|
||||
{ 630, HA_ERR_FOUND_DUPP_KEY, 1 },
|
||||
{ 893, HA_ERR_FOUND_DUPP_KEY, 1 },
|
||||
{ 721, HA_ERR_TABLE_EXIST, 1 },
|
||||
{ 4244, HA_ERR_TABLE_EXIST, 1 },
|
||||
|
||||
|
|
Loading…
Reference in a new issue