[4.1] 仲裁相关内部表占位
This commit is contained in:
@ -5111,6 +5111,8 @@ def_table_schema(
|
|||||||
# 427 : __all_ls_balance_job
|
# 427 : __all_ls_balance_job
|
||||||
# 428 : __all_ls_balance_job_history
|
# 428 : __all_ls_balance_job_history
|
||||||
|
|
||||||
|
# 429 : __all_arbitration_service
|
||||||
|
# 430 : __all_arbitration_service_replica_task
|
||||||
################################################################################
|
################################################################################
|
||||||
# Virtual Table (10000, 20000]
|
# Virtual Table (10000, 20000]
|
||||||
# Normally, virtual table's index_using_type should be USING_HASH.
|
# Normally, virtual table's index_using_type should be USING_HASH.
|
||||||
|
@ -624,6 +624,8 @@ DEFINE_ERROR(OB_FREEZE_SERVICE_EPOCH_MISMATCH, -4743, -1, "HY000", "freeze servi
|
|||||||
DEFINE_ERROR_EXT_DEP(OB_FROZEN_INFO_ALREADY_EXIST, -4744, -1, "HY000", "already exist larger frozen_scn in __all_freeze_info", "%s");
|
DEFINE_ERROR_EXT_DEP(OB_FROZEN_INFO_ALREADY_EXIST, -4744, -1, "HY000", "already exist larger frozen_scn in __all_freeze_info", "%s");
|
||||||
DEFINE_ERROR_EXT(OB_DELETE_SERVER_NOT_ALLOWED, -4745, -1, "HY000", "delete server not allowed", "%s");
|
DEFINE_ERROR_EXT(OB_DELETE_SERVER_NOT_ALLOWED, -4745, -1, "HY000", "delete server not allowed", "%s");
|
||||||
DEFINE_ERROR(OB_PACKET_STATUS_UNKNOWN, -4746, -1, "HY000", "Network error and packet status unknown. Abort auto retry.");
|
DEFINE_ERROR(OB_PACKET_STATUS_UNKNOWN, -4746, -1, "HY000", "Network error and packet status unknown. Abort auto retry.");
|
||||||
|
//4747: OB_ARBITRATION_SERVICE_NOT_EXIST
|
||||||
|
//4748: OB_ARBITRATION_SERVICE_ALREADY_EXIST
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////
|
||||||
// SQL & Schema specific error code, -5000 ~ -6000
|
// SQL & Schema specific error code, -5000 ~ -6000
|
||||||
|
Reference in New Issue
Block a user