You've already forked mariadb-columnstore-engine
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user