mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
ha_ndbcluster.cc:
merge error
This commit is contained in:
parent
2048819f7a
commit
fdfc731155
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ 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_UNIQUE, 0 },
|
||||
{ 893, HA_ERR_FOUND_DUPP_KEY, 0 },
|
||||
{ 721, HA_ERR_TABLE_EXIST, 1 },
|
||||
{ 4244, HA_ERR_TABLE_EXIST, 1 },
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue