[4.4] change required_size to required_data_disk_size for __all_virtual_ls_info

This commit is contained in:
joseph12138
2024-07-19 11:17:41 +00:00
committed by ob-robot
parent e13bd2e739
commit 1798787e81
6 changed files with 10 additions and 10 deletions

View File

@ -2881,7 +2881,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
required_data_disk_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

@ -6465,7 +6465,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
required_data_disk_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