1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +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

@ -99,7 +99,7 @@ private:
* getIntVal() will be called, because MCS_add() is passed as the third argument
* to substr function, and an integer result is expected.
*
* If one API is not implemented but called for a function, IDB-5001 error will
* If one API is not implemented but called for a function, MCS-5001 error will
* be returned.
*/
class MCS_add : public funcexp::Func