fix recover tx_ctx from tx_data state check
This commit is contained in:
@ -69,6 +69,7 @@ int ObTxTableGuard::load_tx_op(const transaction::ObTransID &tx_id, ObTxData &tx
|
|||||||
mini_cache_,
|
mini_cache_,
|
||||||
true/*skip_cache*/);
|
true/*skip_cache*/);
|
||||||
LoadTxOpFunctor functor(tx_data);
|
LoadTxOpFunctor functor(tx_data);
|
||||||
|
functor.set_may_exist_undecided_state_in_tx_data_table();
|
||||||
return tx_table_->check_with_tx_data(arg, functor);
|
return tx_table_->check_with_tx_data(arg, functor);
|
||||||
} else {
|
} else {
|
||||||
return OB_NOT_INIT;
|
return OB_NOT_INIT;
|
||||||
|
|||||||
Reference in New Issue
Block a user