[FEAT MERGE] transaction pdml support optimization
Co-authored-by: yyy-hust <yyy.hust@gmail.com> Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
This commit is contained in:
committed by
ant-ob-hengtang
parent
eaa353f503
commit
438a70b2b8
@ -344,8 +344,7 @@ int ObRecoveryLSService::process_ls_log_(
|
||||
// nothing
|
||||
} else if (logservice::TRANS_SERVICE_LOG_BASE_TYPE == header.get_log_type()) {
|
||||
ObTxLogBlock tx_log_block;
|
||||
ObTxLogBlockHeader tx_block_header;
|
||||
if (OB_FAIL(tx_log_block.init(log_buf, log_length, log_pos, tx_block_header))) {
|
||||
if (OB_FAIL(tx_log_block.init_for_replay(log_buf, log_length, log_pos))) {
|
||||
LOG_WARN("failed to init tx log block", KR(ret), K(log_length));
|
||||
} else if (OB_FAIL(process_ls_tx_log_(tx_log_block, sync_scn))) {
|
||||
LOG_WARN("failed to process ls tx log", KR(ret), K(tx_log_block), K(sync_scn));
|
||||
|
||||
Reference in New Issue
Block a user