1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +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

@ -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