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