Fix two errorcode related bugs: issue 46899782 and issue 45900041
This commit is contained in:
@ -938,7 +938,7 @@ static const _error _error_OB_DIVISION_BY_ZERO = {
|
||||
.error_cause = "Internal Error",
|
||||
.error_solution = "Contact OceanBase Support",
|
||||
.mysql_errno = ER_DIVISION_BY_ZERO,
|
||||
.sqlstate = "42000",
|
||||
.sqlstate = "22012",
|
||||
.str_error = "Divided by zero",
|
||||
.str_user_error = "Divided by zero",
|
||||
.oracle_errno = 600,
|
||||
|
||||
Reference in New Issue
Block a user