mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +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:
@ -75,7 +75,7 @@ namespace db
|
||||
|
||||
int commit(const wsrep::ws_handle&, const wsrep::ws_meta&) override;
|
||||
|
||||
int rollback() override;
|
||||
int bf_rollback() override;
|
||||
|
||||
void will_replay() override
|
||||
{ }
|
||||
|
Reference in New Issue
Block a user