occupy fields for type oid 300025 and 300026
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user