[FEAT MERGE] log4100 branch

Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
This commit is contained in:
obdev
2023-01-28 18:17:31 +08:00
committed by ob-robot
parent a269ffe6be
commit 50024b39cd
772 changed files with 60275 additions and 11301 deletions

View File

@ -22,6 +22,7 @@ edit_level varchar(128) NO NULL
select name from __all_virtual_sys_parameter_stat where name not like "module_test_%" group by name order by name;
name
all_server_list
arbitration_timeout
audit_sys_operations
audit_trail
autoinc_cache_refresh_interval
@ -64,6 +65,7 @@ default_row_format
devname
disk_io_thread_count
dtl_buffer_size
dump_data_dictionary_to_log_interval
enable_async_syslog
enable_cgroup
enable_ddl
@ -110,10 +112,14 @@ location_cache_refresh_rpc_timeout
location_cache_refresh_sql_timeout
location_fetch_concurrency
location_refresh_thread_count
log_archive_concurrency
log_disk_percentage
log_disk_size
log_disk_utilization_limit_threshold
log_disk_utilization_threshold
log_restore_concurrency
log_transport_compress_all
log_transport_compress_func
ls_meta_table_check_interval
major_compact_trigger
major_freeze_duty_time
@ -141,6 +147,7 @@ ob_proxy_readonly_transaction_routing_policy
ob_query_switch_leader_retry_timeout
ob_ratelimit_stat_period
ob_ssl_invited_common_names
ob_startup_mode
open_cursors
opt_tab_stat_cache_priority
plan_cache_evict_interval

View File

@ -216,6 +216,10 @@ select 0xffffffffff & table_id, table_name, table_type, database_id, part_num fr
412 __all_service_epoch 0 201001 1
413 __all_spatial_reference_systems 0 201001 1
416 __all_column_checksum_error_info 0 201001 1
429 __all_arbitration_service 0 201001 1
430 __all_ls_arb_replica_task 0 201001 1
431 __all_data_dictionary_in_log 0 201001 1
432 __all_ls_arb_replica_task_history 0 201001 1
433 __all_rls_policy 0 201001 1
434 __all_rls_policy_history 0 201001 1
435 __all_rls_security_column 0 201001 1
@ -267,6 +271,7 @@ select 0xffffffffff & table_id, table_name, table_type, database_id, part_num fr
11026 __all_virtual_upgrade_inspection 2 201001 1
11027 __all_virtual_trans_stat 2 201001 1
11028 __all_virtual_trans_ctx_mgr_stat 2 201001 1
11029 __all_virtual_trans_scheduler 2 201001 1
11031 __all_virtual_sql_audit 2 201001 1
11035 __all_virtual_core_all_table 2 201001 1
11036 __all_virtual_core_column_table 2 201001 1
@ -561,6 +566,7 @@ select 0xffffffffff & table_id, table_name, table_type, database_id, part_num fr
12338 __all_virtual_minor_freeze_info 2 201001 1
12339 __all_virtual_show_trace 2 201001 1
12340 __all_virtual_ha_diagnose 2 201001 1
12341 __all_virtual_data_dictionary_in_log 2 201001 1
12348 __all_virtual_rls_policy 2 201001 1
12349 __all_virtual_rls_policy_history 2 201001 1
12350 __all_virtual_rls_security_column 2 201001 1
@ -571,10 +577,14 @@ select 0xffffffffff & table_id, table_name, table_type, database_id, part_num fr
12355 __all_virtual_rls_context_history 2 201001 1
12356 __all_virtual_rls_attribute 2 201001 1
12357 __all_virtual_rls_attribute_history 2 201001 1
12358 __all_virtual_tenant_mysql_sys_agent 2 201001 1
12359 __all_virtual_sql_plan 2 201001 1
12360 __all_virtual_plan_table 2 201001 1
12361 __all_virtual_plan_real_info 2 201001 1
12362 __all_virtual_core_table 2 201001 1
12364 __all_virtual_ls_arb_replica_task 2 201001 1
12365 __all_virtual_ls_arb_replica_task_history 2 201001 1
12366 __all_virtual_archive_dest_status 2 201001 1
20001 GV$OB_PLAN_CACHE_STAT 1 201001 1
20002 GV$OB_PLAN_CACHE_PLAN_STAT 1 201001 1
20003 SCHEMATA 1 201002 1
@ -853,8 +863,18 @@ select 0xffffffffff & table_id, table_name, table_type, database_id, part_num fr
21350 CHECK_CONSTRAINTS 1 201002 1
21351 REFERENTIAL_CONSTRAINTS 1 201002 1
21352 TABLE_CONSTRAINTS 1 201002 1
21353 GV$OB_TRANSACTION_SCHEDULERS 1 201001 1
21354 V$OB_TRANSACTION_SCHEDULERS 1 201001 1
21355 TRIGGERS 1 201002 1
21356 PARTITIONS 1 201002 1
21357 DBA_OB_ARBITRATION_SERVICE 1 201001 1
21358 CDB_OB_LS_ARB_REPLICA_TASKS 1 201001 1
21359 DBA_OB_LS_ARB_REPLICA_TASKS 1 201001 1
21360 CDB_OB_LS_ARB_REPLICA_TASK_HISTORY 1 201001 1
21361 DBA_OB_LS_ARB_REPLICA_TASK_HISTORY 1 201001 1
21362 V$OB_ARCHIVE_DEST_STATUS 1 201001 1
21363 DBA_OB_LS_LOG_ARCHIVE_PROGRESS 1 201001 1
21364 CDB_OB_LS_LOG_ARCHIVE_PROGRESS 1 201001 1
check sys table count and table_id range success
check count and table_id range for virtual table success
select * from information_schema.CHARACTER_SETS limit 1;