add message column to __all_virtual_load_data_stat placeholder

This commit is contained in:
obdev
2023-11-28 06:47:08 +00:00
committed by ob-robot
parent 6b15dc3271
commit 7120ee2c0d
7 changed files with 30 additions and 4 deletions

View File

@ -5487,6 +5487,7 @@ store_processed_rows bigint(20) NO NULL
store_last_commit_segment_id bigint(20) NO NULL
store_status varchar(128) NO NULL
store_trans_status varchar(128) NO NULL
message varchar(4096) NO NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_load_data_stat;
IF(count(*) >= 0, 1, 0)
1