[master] fix release_tx with SHADOW flag
This commit is contained in:
@ -148,7 +148,7 @@ int ObTransService::release_tx(ObTxDesc &tx)
|
|||||||
tx.print_trace();
|
tx.print_trace();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
tx_desc_mgr_.free(&tx);
|
tx_desc_mgr_.revert(tx);
|
||||||
} else {
|
} else {
|
||||||
finalize_tx_(tx);
|
finalize_tx_(tx);
|
||||||
tx_desc_mgr_.revert(tx);
|
tx_desc_mgr_.revert(tx);
|
||||||
|
|||||||
Reference in New Issue
Block a user