lock wait mgr refactor compatibility placeholder
This commit is contained in:
@ -340,6 +340,7 @@ _enable_trace_tablet_leak
|
||||
_enable_transaction_internal_routing
|
||||
_enable_values_table_folding
|
||||
_enable_var_assign_use_das
|
||||
_enable_wait_remote_lock
|
||||
_endpoint_tenant_mapping
|
||||
_faststack_min_interval
|
||||
_faststack_req_queue_size_threshold
|
||||
|
||||
@ -1604,6 +1604,14 @@ total_update_cnt bigint(20) NO NULL
|
||||
trans_id bigint(20) NO NULL
|
||||
holder_trans_id bigint(20) NO NULL
|
||||
holder_session_id bigint(20) NO NULL
|
||||
ls_id bigint(20) NO NULL
|
||||
assoc_session_id bigint(20) NO NULL
|
||||
wait_timeout bigint(20) NO NULL
|
||||
tx_active_ts bigint(20) NO NULL
|
||||
node_id bigint(20) NO NULL
|
||||
node_type bigint(20) NO NULL
|
||||
remote_addr varchar(64) NO NULL
|
||||
is_placeholder bigint(20) NO NULL
|
||||
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_lock_wait_stat;
|
||||
IF(count(*) >= 0, 1, 0)
|
||||
1
|
||||
|
||||
@ -2101,6 +2101,14 @@ total_update_cnt bigint(20) NO NULL
|
||||
trans_id bigint(20) NO NULL
|
||||
holder_trans_id bigint(20) NO NULL
|
||||
holder_session_id bigint(20) NO NULL
|
||||
ls_id bigint(20) NO NULL
|
||||
assoc_session_id bigint(20) NO NULL
|
||||
wait_timeout bigint(20) NO NULL
|
||||
tx_active_ts bigint(20) NO NULL
|
||||
node_id bigint(20) NO NULL
|
||||
node_type bigint(20) NO NULL
|
||||
remote_addr varchar(64) NO NULL
|
||||
is_placeholder bigint(20) NO NULL
|
||||
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_lock_wait_stat;
|
||||
IF(count(*) >= 0, 1, 0)
|
||||
1
|
||||
|
||||
Reference in New Issue
Block a user