fix bug, ob_errno.def not match ob_errno.cpp on OB_ERR_COLUMN_GROUP_NOT_EXIST

This commit is contained in:
obdev
2024-02-08 01:44:41 +00:00
committed by ob-robot
parent 8e6f52c333
commit 699b2ee439
3 changed files with 5 additions and 5 deletions

View File

@ -1923,11 +1923,11 @@ static const _error _error_OB_COLUMN_GROUP_NOT_FOUND = {
.error_solution = "Contact OceanBase Support",
.mysql_errno = -1,
.sqlstate = "HY000",
.str_error = "Column group not found",
.str_error = "Column group \'%.*s\' not found",
.str_user_error = "Column group \'%.*s\' not found",
.oracle_errno = 600,
.oracle_str_error = "ORA-00600: internal error code, arguments: -4185, Column group not found",
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4185, Column grou \'%.*s\' not found"
.oracle_str_error = "ORA-00600: internal error code, arguments: -4185, Column group \'%.*s\' not found",
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4185, Column group \'%.*s\' not found"
};
static const _error _error_OB_CS_COMPRESS_LIB_ERROR = {
.error_name = "OB_CS_COMPRESS_LIB_ERROR",