[FEAT MERGE] transfer without kill tx

Co-authored-by: Minionyh <minions.yh@gmail.com>
Co-authored-by: KyrielightWei <weixx1203@outlook.com>
This commit is contained in:
Handora
2023-12-08 14:12:30 +00:00
committed by ob-robot
parent 17d06c023b
commit ff0ec7e185
125 changed files with 10829 additions and 1129 deletions

View File

@ -632,6 +632,10 @@ last_request_time timestamp(6) YES NULL
gtrid varbinary(128) NO NULL
bqual varbinary(128) NO NULL
format_id bigint(20) NO 1
start_scn bigint(20) unsigned NO NULL
end_scn bigint(20) unsigned NO NULL
rec_scn bigint(20) unsigned NO NULL
transfer_blocking tinyint(4) NO NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_trans_stat;
IF(count(*) >= 0, 1, 0)
1

View File

@ -688,6 +688,10 @@ last_request_time timestamp(6) YES NULL
gtrid varbinary(128) NO NULL
bqual varbinary(128) NO NULL
format_id bigint(20) NO 1
start_scn bigint(20) unsigned NO NULL
end_scn bigint(20) unsigned NO NULL
rec_scn bigint(20) unsigned NO NULL
transfer_blocking tinyint(4) NO NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_trans_stat;
IF(count(*) >= 0, 1, 0)
1