add inner table position for object storage service

This commit is contained in:
Revendell
2023-04-03 18:31:25 +08:00
committed by ob-robot
parent 6aaa8d0d73
commit f033143805
3 changed files with 13 additions and 0 deletions

View File

@ -956,3 +956,9 @@ PCODE_DEF(OB_TABLET_MAJOR_FREEZE, 0x1558)
// 1561-1570 for lob access // 1561-1570 for lob access
PCODE_DEF(OB_LOB_QUERY, 0x1561) PCODE_DEF(OB_LOB_QUERY, 0x1561)
//PCODE_DEF(OB_FLUSH_EXTERNAL_TABLE_FILE_CACHE, 0X1571) //PCODE_DEF(OB_FLUSH_EXTERNAL_TABLE_FILE_CACHE, 0X1571)
// 1572-1580 for object storage service
// PCODE_DEF(OB_ADD_STORAGE, 0x1572)
// PCODE_DEF(OB_DROP_STORAGE, 0x1573)
// PCODE_DEF(OB_ALTER_STORAGE, 0x1574)
// PCODE_DEF(OB_GET_SERVER_STORAGE, 0X1575);

View File

@ -2206,6 +2206,7 @@ typedef enum ObItemType
T_TRIM_SPACE, T_TRIM_SPACE,
T_NULL_IF_EXETERNAL, T_NULL_IF_EXETERNAL,
T_EMPTY_FIELD_AS_NULL, T_EMPTY_FIELD_AS_NULL,
T_ADMIN_STORAGE,// used to support oss storage for clog/sstable
T_MAX //Attention: add a new type before T_MAX T_MAX //Attention: add a new type before T_MAX
} ObItemType; } ObItemType;

View File

@ -5459,6 +5459,8 @@ def_table_schema(
# 450 : __all_external_table_file # 450 : __all_external_table_file
# 451 : __all_task_opt_stat_gather_history # 451 : __all_task_opt_stat_gather_history
# 452 : __all_table_opt_stat_gather_history # 452 : __all_table_opt_stat_gather_history
# 453 : __all_zone_storage
# 454 : __all_zone_storage_operation
################################################################################ ################################################################################
# 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.
@ -11426,6 +11428,7 @@ def_table_schema(
# 12383: __all_virtual_opt_stat_gather_monitor # 12383: __all_virtual_opt_stat_gather_monitor
# 12384: __all_virtual_thread # 12384: __all_virtual_thread
# 12385: __all_virtual_arbitration_member_info # 12385: __all_virtual_arbitration_member_info
# 12386: __all_virtual_server_storage
# #
# 余留位置 # 余留位置
# #
@ -25635,6 +25638,9 @@ def_table_schema(
# 21381: V$OB_THREAD # 21381: V$OB_THREAD
# 21382: GV$OB_ARBITRATION_MEMBER_INFO # 21382: GV$OB_ARBITRATION_MEMBER_INFO
# 21383: V$OB_ARBITRATION_MEMBER_INFO # 21383: V$OB_ARBITRATION_MEMBER_INFO
# 21384: DBA_OB_ZONE_STORAGE
# 21385: GV$OB_SERVER_STORAGE
# 21386: V$OB_SERVER_STORAGE
################################################################################ ################################################################################
# Oracle System View (25000, 30000] # Oracle System View (25000, 30000]