place hold for virtual table | views of trans_scheduler
This commit is contained in:
@ -6205,6 +6205,8 @@ def_table_schema(
|
||||
vtable_route_policy = 'distributed',
|
||||
)
|
||||
|
||||
# 11029: __all_virtual_trans_scheduler not used on 4.0
|
||||
|
||||
def_table_schema(
|
||||
owner = 'xiaoyi.xy',
|
||||
tablegroup_id = 'OB_INVALID_ID',
|
||||
@ -11126,6 +11128,8 @@ def_table_schema(**gen_oracle_mapping_real_virtual_table_def('15275', all_def_ke
|
||||
# 15285: __all_virtual_plan_table
|
||||
# 15286: __all_virtual_plan_real_info
|
||||
|
||||
# 15287: __all_virtual_trans_scheduler
|
||||
|
||||
################################################################################
|
||||
# System View (20000,30000]
|
||||
# MySQL System View (20000, 25000]
|
||||
@ -23288,6 +23292,9 @@ def_table_schema(
|
||||
# 21351 : INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS
|
||||
# 21352 : INFORMATION_SCHEMA.TABLE_CONSTRAINTS
|
||||
|
||||
# 21353 : GV$OB_TRANSACTION_SCHEDULERS
|
||||
# 21354 : V$OB_TRANSACTION_SCHEDULERS
|
||||
|
||||
################################################################################
|
||||
# Oracle System View (25000, 30000]
|
||||
# Data Dictionary View (25000, 28000]
|
||||
@ -44885,6 +44892,9 @@ FROM (
|
||||
# 28157: USER_TRIGGER_ORDERING
|
||||
# 28158: DBA_OB_SWITCHOVER_CHECKPOINTS
|
||||
|
||||
# 28159: GV$OB_TRANSACTION_SCHEDULERS
|
||||
# 28160: V$OB_TRANSACTION_SCHEDULERS
|
||||
|
||||
# 28171: DBA_OB_USER_DEFINED_RULES
|
||||
|
||||
# 28172: GV$OB_SQL_PLAN
|
||||
|
||||
Reference in New Issue
Block a user