1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

Merge pull request #2079 from dhall-MariaDB/MCOL-3741

Mcol 3741 Change IDB-xxxx error codes to MCS-xxxx
This commit is contained in:
Gagan Goel
2021-08-18 14:01:04 -04:00
committed by GitHub
43 changed files with 136 additions and 136 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);