occupy fields for type oid 300025 and 300026

This commit is contained in:
obdev
2024-02-06 14:52:37 +00:00
committed by ob-robot
parent c8ef409bf3
commit 0bdaa1b559
4 changed files with 28 additions and 6 deletions

View File

@ -21097,7 +21097,7 @@ static const _error _error_OB_ERR_INVALID_XPATH_EXPRESSION = {
.error_name = "OB_ERR_INVALID_XPATH_EXPRESSION",
.error_cause = "Internal Error",
.error_solution = "Contact OceanBase Support",
.mysql_errno = -1,
.mysql_errno = ER_UNKNOWN_ERROR,
.sqlstate = "42000",
.str_error = "invalid xpath expression",
.str_user_error = "invalid xpath expression",
@ -21157,7 +21157,7 @@ static const _error _error_OB_XPATH_EXPRESSION_UNSUPPORTED = {
.error_name = "OB_XPATH_EXPRESSION_UNSUPPORTED",
.error_cause = "Internal Error",
.error_solution = "Contact OceanBase Support",
.mysql_errno = -1,
.mysql_errno = ER_UNKNOWN_ERROR,
.sqlstate = "42000",
.str_error = "Given XPATH expression not supported",
.str_user_error = "Given XPATH expression not supported",
@ -23245,7 +23245,7 @@ static const _error _error_OB_ERR_XML_PARSE = {
.error_name = "OB_ERR_XML_PARSE",
.error_cause = "Internal Error",
.error_solution = "Contact OceanBase Support",
.mysql_errno = -1,
.mysql_errno = ER_WRONG_VALUE,
.sqlstate = "HY000",
.str_error = "XML parsing failed",
.str_user_error = "XML parsing failed",