1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +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

@@ -260,7 +260,7 @@ IDB_Decimal MCS_add::getDecimalVal(Row& row,
/**
* This API should never be called for MCS_add, because the latter
* is not for date/datetime values addition. In such case, one can
* either not implement this API and an IDB-5001 error will be thrown,
* either not implement this API and an MCS5001 error will be thrown,
* or throw a customized exception here.
*/
int32_t MCS_add::getDateIntVal(Row& row,
@@ -274,7 +274,7 @@ int32_t MCS_add::getDateIntVal(Row& row,
/**
* This API should never be called for MCS_add, because the latter
* is not for date/datetime values addition. In such case, one can
* either not implement this API and an IDB-5001 error will be thrown,
* either not implement this API and an MCS-5001 error will be thrown,
* or throw a customized exception here.
*/
int64_t MCS_add::getDatetimeIntVal(Row& row,