mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-27 09:01:50 +03:00
* Renamed client service rollback() to bf_rollback() to better
describe its purpose. * Raise deadlock error for BF aborted transaction in after_statement() call if the error is not set yet.
This commit is contained in:
@ -18,7 +18,7 @@ int db::client_service::commit(const wsrep::ws_handle&,
|
||||
return ret;
|
||||
}
|
||||
|
||||
int db::client_service::rollback()
|
||||
int db::client_service::bf_rollback()
|
||||
{
|
||||
db::client* client(client_state_.client());
|
||||
int ret(client_state_.before_rollback());
|
||||
|
Reference in New Issue
Block a user