From 4e3904ab4d23fcfb0db8e9916d332b1e59578ba6 Mon Sep 17 00:00:00 2001 From: obdev Date: Mon, 26 Dec 2022 03:38:46 +0000 Subject: [PATCH] =?UTF-8?q?[4.1]=20=E6=96=B0=E5=A2=9E=E4=BB=B2=E8=A3=81?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E8=A7=86=E5=9B=BE=E5=8D=A0=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/share/inner_table/ob_inner_table_schema_def.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 83601bb1e..eba3c7aa4 100644 --- a/src/share/inner_table/ob_inner_table_schema_def.py +++ b/src/share/inner_table/ob_inner_table_schema_def.py @@ -10912,6 +10912,9 @@ def_table_schema( # 12362: __all_virtual_core_table # 12363: __all_virtual_malloc_sample_info +# 12364: __all_virtual_ls_arb_replica_task +# 12365: __all_virtual_ls_arb_replica_task_history + # # 余留位置 # @@ -11187,6 +11190,8 @@ def_table_schema(**gen_oracle_mapping_real_virtual_table_def('15275', all_def_ke # 15287: __all_virtual_trans_scheduler +# 15288: __all_virtual_ls_arb_replica_task +# 15289: __all_virtual_ls_arb_replica_task_history ################################################################################ # System View (20000,30000] # MySQL System View (20000, 25000] @@ -23417,6 +23422,11 @@ def_table_schema( # 21355 : INFORMATION_SCHEMA.TRIGGERS # 21356 : INFORMATION_SCHEMA.PARTITIONS +# 21357: DBA_OB_ARBITRATION_SERVICE +# 21358: CDB_OB_LS_ARB_REPLICA_TASKS +# 21359: DBA_OB_LS_ARB_REPLICA_TASKS +# 21360: CDB_OB_LS_ARB_REPLICA_TASK_HISTORY +# 21361: DBA_OB_LS_ARB_REPLICA_TASK_HISTORY ################################################################################ # Oracle System View (25000, 30000] # Data Dictionary View (25000, 28000] @@ -40014,6 +40024,8 @@ def_table_schema( # 25219: ALL_SEC_RELEVANT_COLS # 25220: USER_SEC_RELEVANT_COLS +# 25221: DBA_OB_LS_ARB_REPLICA_TASKS +# 25222: DBA_OB_LS_ARB_REPLICA_TASK_HISTORY #### End Data Dictionary View ################################################################################