[FEAT MERGE]sql compat feature

Co-authored-by: Zach41 <zach_41@163.com>
This commit is contained in:
zzg19950727
2023-08-30 11:44:37 +00:00
committed by ob-robot
parent 0dc1000829
commit 5e158ef5e9
39 changed files with 2339 additions and 477 deletions

View File

@ -3145,7 +3145,7 @@ static const _error _error_OB_OBJECT_NAME_NOT_EXIST = {
.error_name = "OB_OBJECT_NAME_NOT_EXIST",
.error_cause = "Internal Error",
.error_solution = "Contact OceanBase Support",
.mysql_errno = -1,
.mysql_errno = 4298,
.sqlstate = "HY000",
.str_error = "object does not exist",
.str_user_error = "%s does not exist",