[4.1] 仲裁相关内部表占位

This commit is contained in:
obdev
2022-11-02 14:05:52 +00:00
committed by wangzelin.wzl
parent d654d4e56d
commit 719b9cae51
2 changed files with 4 additions and 0 deletions

View File

@ -5111,6 +5111,8 @@ def_table_schema(
# 427 : __all_ls_balance_job
# 428 : __all_ls_balance_job_history
# 429 : __all_arbitration_service
# 430 : __all_arbitration_service_replica_task
################################################################################
# Virtual Table (10000, 20000]
# Normally, virtual table's index_using_type should be USING_HASH.

View File

@ -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(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.");
//4747: OB_ARBITRATION_SERVICE_NOT_EXIST
//4748: OB_ARBITRATION_SERVICE_ALREADY_EXIST
////////////////////////////////////////////////////////////////
// SQL & Schema specific error code, -5000 ~ -6000