diff --git a/deps/oblib/src/rpc/obrpc/ob_rpc_packet_list.h b/deps/oblib/src/rpc/obrpc/ob_rpc_packet_list.h index aea8db6ba..0a116f574 100644 --- a/deps/oblib/src/rpc/obrpc/ob_rpc_packet_list.h +++ b/deps/oblib/src/rpc/obrpc/ob_rpc_packet_list.h @@ -1094,3 +1094,4 @@ PCODE_DEF(OB_CREATE_TRIGGER_WITH_RES, 0x160D) //PCODE_DEF(OB_NOTIFY_CLONE_SCHEDULER, 0x1616) //PCODE_DEF(OB_CLONE_KEY, 0x1617) //PCODE_DEF(OB_TRIM_KEY_LIST, 0x1618) +//PCODE_DEF(OB_RECYCLE_CLONE_JOB, 0x1619) diff --git a/src/share/inner_table/ob_inner_table_schema_def.py b/src/share/inner_table/ob_inner_table_schema_def.py index 130e48e3f..3589fe546 100644 --- a/src/share/inner_table/ob_inner_table_schema_def.py +++ b/src/share/inner_table/ob_inner_table_schema_def.py @@ -30238,6 +30238,7 @@ def_table_schema( #21507 GV$OB_ACTIVE_SESSION_HISTORY #21508 V$OB_ACTIVE_SESSION_HISTORY #21509 GV$OB_TRUSTED_ROOT_CERTIFICATE +#21510 DBA_OB_CLONE_JOBS # 余留位置 ################################################################################