1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +03:00

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

This commit is contained in:
David Hall
2021-08-09 11:33:09 -05:00
parent 0e55789deb
commit 0b17568ae2
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);