[4.4] add required_size for __all_virtual_ls_info

This commit is contained in:
joseph12138
2024-07-15 09:25:07 +00:00
committed by ob-robot
parent c29dd02b03
commit 63e6b43c77
6 changed files with 41 additions and 0 deletions

View File

@ -2879,6 +2879,7 @@ rebuild_seq bigint(20) NO NULL
tablet_change_checkpoint_scn bigint(20) unsigned NO NULL
transfer_scn bigint(20) unsigned NO NULL
tx_blocked bigint(20) NO NULL
required_size bigint(20) NO 0
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_ls_info;
IF(count(*) >= 0, 1, 0)
1

View File

@ -6462,6 +6462,7 @@ rebuild_seq bigint(20) NO NULL
tablet_change_checkpoint_scn bigint(20) unsigned NO NULL
transfer_scn bigint(20) unsigned NO NULL
tx_blocked bigint(20) NO NULL
required_size bigint(20) NO 0
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_ls_info;
IF(count(*) >= 0, 1, 0)
1