[FEAT MERGE] [CP] transfer partition && cancel transfer partition

Co-authored-by: linqiucen <lqcgrace@outlook.com>
This commit is contained in:
maosy
2024-03-20 09:46:02 +00:00
committed by ob-robot
parent e69c06c5d4
commit 84c5698b2a
87 changed files with 7195 additions and 222 deletions

View File

@ -352,10 +352,10 @@ static const _error _error_OB_PARTIAL_FAILED = {
.mysql_errno = -1,
.sqlstate = "HY000",
.str_error = "Partial failed",
.str_user_error = "Partial failed",
.str_user_error = "%s",
.oracle_errno = 600,
.oracle_str_error = "ORA-00600: internal error code, arguments: -4025, Partial failed",
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4025, Partial failed"
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4025, %s"
};
static const _error _error_OB_READ_NOTHING = {
.error_name = "OB_READ_NOTHING",