1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-3741 Change IDB-xxxx error codes to MCS-xxxx

This commit is contained in:
David Hall
2021-08-09 11:33:09 -05:00
parent f4f6cf8b09
commit ecde2719b1
4 changed files with 5 additions and 5 deletions

View File

@ -1397,7 +1397,7 @@ uint32_t doUpdateDelete(THD* thd, gp_walk_info& gwi, const std::vector<COND*>& c
// avoid double set IDB error
string emsg;
if (gwi.parseErrorText.find("IDB-") == string::npos)
if (gwi.parseErrorText.find("MCS-") == string::npos)
{
Message::Args args;
args.add(gwi.parseErrorText);