[CP] [FEAT MERGE]:pl 4.2.2 version feature dev
This commit is contained in:
@ -1624,6 +1624,8 @@ public:
|
||||
static int dba_ob_tenant_event_history_schema(share::schema::ObTableSchema &table_schema);
|
||||
static int cdb_ob_tenant_event_history_schema(share::schema::ObTableSchema &table_schema);
|
||||
static int gv_ob_flt_trace_config_schema(share::schema::ObTableSchema &table_schema);
|
||||
static int gv_ob_pl_cache_object_schema(share::schema::ObTableSchema &table_schema);
|
||||
static int v_ob_pl_cache_object_schema(share::schema::ObTableSchema &table_schema);
|
||||
static int cdb_ob_recover_table_jobs_schema(share::schema::ObTableSchema &table_schema);
|
||||
static int dba_ob_recover_table_jobs_schema(share::schema::ObTableSchema &table_schema);
|
||||
static int cdb_ob_recover_table_job_history_schema(share::schema::ObTableSchema &table_schema);
|
||||
@ -2113,6 +2115,8 @@ public:
|
||||
static int v_ob_timestamp_service_ora_schema(share::schema::ObTableSchema &table_schema);
|
||||
static int v_ob_ls_log_restore_status_ora_schema(share::schema::ObTableSchema &table_schema);
|
||||
static int gv_ob_flt_trace_config_ora_schema(share::schema::ObTableSchema &table_schema);
|
||||
static int gv_ob_pl_cache_object_ora_schema(share::schema::ObTableSchema &table_schema);
|
||||
static int v_ob_pl_cache_object_ora_schema(share::schema::ObTableSchema &table_schema);
|
||||
static int gv_ob_cgroup_config_ora_schema(share::schema::ObTableSchema &table_schema);
|
||||
static int v_ob_cgroup_config_ora_schema(share::schema::ObTableSchema &table_schema);
|
||||
static int dba_ob_aux_statistics_ora_schema(share::schema::ObTableSchema &table_schema);
|
||||
@ -4327,6 +4331,8 @@ const schema_create_func sys_view_schema_creators [] = {
|
||||
ObInnerTableSchema::dba_ob_tenant_event_history_schema,
|
||||
ObInnerTableSchema::cdb_ob_tenant_event_history_schema,
|
||||
ObInnerTableSchema::gv_ob_flt_trace_config_schema,
|
||||
ObInnerTableSchema::gv_ob_pl_cache_object_schema,
|
||||
ObInnerTableSchema::v_ob_pl_cache_object_schema,
|
||||
ObInnerTableSchema::cdb_ob_recover_table_jobs_schema,
|
||||
ObInnerTableSchema::dba_ob_recover_table_jobs_schema,
|
||||
ObInnerTableSchema::cdb_ob_recover_table_job_history_schema,
|
||||
@ -4816,6 +4822,8 @@ const schema_create_func sys_view_schema_creators [] = {
|
||||
ObInnerTableSchema::v_ob_timestamp_service_ora_schema,
|
||||
ObInnerTableSchema::v_ob_ls_log_restore_status_ora_schema,
|
||||
ObInnerTableSchema::gv_ob_flt_trace_config_ora_schema,
|
||||
ObInnerTableSchema::gv_ob_pl_cache_object_ora_schema,
|
||||
ObInnerTableSchema::v_ob_pl_cache_object_ora_schema,
|
||||
ObInnerTableSchema::gv_ob_cgroup_config_ora_schema,
|
||||
ObInnerTableSchema::v_ob_cgroup_config_ora_schema,
|
||||
ObInnerTableSchema::dba_ob_aux_statistics_ora_schema,
|
||||
@ -5956,6 +5964,8 @@ const uint64_t tenant_space_tables [] = {
|
||||
OB_DBA_OB_LS_HISTORY_TID,
|
||||
OB_DBA_OB_TENANT_EVENT_HISTORY_TID,
|
||||
OB_GV_OB_FLT_TRACE_CONFIG_TID,
|
||||
OB_GV_OB_PL_CACHE_OBJECT_TID,
|
||||
OB_V_OB_PL_CACHE_OBJECT_TID,
|
||||
OB_DBA_OB_RECOVER_TABLE_JOBS_TID,
|
||||
OB_DBA_OB_RECOVER_TABLE_JOB_HISTORY_TID,
|
||||
OB_DBA_OB_IMPORT_TABLE_JOBS_TID,
|
||||
@ -6422,6 +6432,8 @@ const uint64_t tenant_space_tables [] = {
|
||||
OB_V_OB_TIMESTAMP_SERVICE_ORA_TID,
|
||||
OB_V_OB_LS_LOG_RESTORE_STATUS_ORA_TID,
|
||||
OB_GV_OB_FLT_TRACE_CONFIG_ORA_TID,
|
||||
OB_GV_OB_PL_CACHE_OBJECT_ORA_TID,
|
||||
OB_V_OB_PL_CACHE_OBJECT_ORA_TID,
|
||||
OB_GV_OB_CGROUP_CONFIG_ORA_TID,
|
||||
OB_V_OB_CGROUP_CONFIG_ORA_TID,
|
||||
OB_DBA_OB_AUX_STATISTICS_ORA_TID,
|
||||
@ -8434,6 +8446,8 @@ const char* const tenant_space_table_names [] = {
|
||||
OB_DBA_OB_LS_HISTORY_TNAME,
|
||||
OB_DBA_OB_TENANT_EVENT_HISTORY_TNAME,
|
||||
OB_GV_OB_FLT_TRACE_CONFIG_TNAME,
|
||||
OB_GV_OB_PL_CACHE_OBJECT_TNAME,
|
||||
OB_V_OB_PL_CACHE_OBJECT_TNAME,
|
||||
OB_DBA_OB_RECOVER_TABLE_JOBS_TNAME,
|
||||
OB_DBA_OB_RECOVER_TABLE_JOB_HISTORY_TNAME,
|
||||
OB_DBA_OB_IMPORT_TABLE_JOBS_TNAME,
|
||||
@ -8900,6 +8914,8 @@ const char* const tenant_space_table_names [] = {
|
||||
OB_V_OB_TIMESTAMP_SERVICE_ORA_TNAME,
|
||||
OB_V_OB_LS_LOG_RESTORE_STATUS_ORA_TNAME,
|
||||
OB_GV_OB_FLT_TRACE_CONFIG_ORA_TNAME,
|
||||
OB_GV_OB_PL_CACHE_OBJECT_ORA_TNAME,
|
||||
OB_V_OB_PL_CACHE_OBJECT_ORA_TNAME,
|
||||
OB_GV_OB_CGROUP_CONFIG_ORA_TNAME,
|
||||
OB_V_OB_CGROUP_CONFIG_ORA_TNAME,
|
||||
OB_DBA_OB_AUX_STATISTICS_ORA_TNAME,
|
||||
@ -12403,10 +12419,10 @@ static inline int get_sys_table_lob_aux_schema(const uint64_t tid,
|
||||
const int64_t OB_CORE_TABLE_COUNT = 4;
|
||||
const int64_t OB_SYS_TABLE_COUNT = 281;
|
||||
const int64_t OB_VIRTUAL_TABLE_COUNT = 786;
|
||||
const int64_t OB_SYS_VIEW_COUNT = 850;
|
||||
const int64_t OB_SYS_TENANT_TABLE_COUNT = 1922;
|
||||
const int64_t OB_SYS_VIEW_COUNT = 854;
|
||||
const int64_t OB_SYS_TENANT_TABLE_COUNT = 1926;
|
||||
const int64_t OB_CORE_SCHEMA_VERSION = 1;
|
||||
const int64_t OB_BOOTSTRAP_SCHEMA_VERSION = 1925;
|
||||
const int64_t OB_BOOTSTRAP_SCHEMA_VERSION = 1929;
|
||||
|
||||
} // end namespace share
|
||||
} // end namespace oceanbase
|
||||
|
||||
Reference in New Issue
Block a user