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:
@ -210,7 +210,7 @@ string IDBErrorInfo::lookupError(const unsigned eid)
|
||||
msgstr = iter->second;
|
||||
|
||||
ostringstream oss;
|
||||
oss << "IDB-" << setw(4) << setfill('0') << eid << ": " << msgstr;
|
||||
oss << "MCS-" << setw(4) << setfill('0') << eid << ": " << msgstr;
|
||||
return oss.str();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user