mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-27 09:01:50 +03:00
codership/wsrep-lib#52 Removed client_service do_2pc()
This commit is contained in:
@ -27,11 +27,6 @@ db::client_service::client_service(db::client& client)
|
||||
, client_state_(client_.client_state())
|
||||
{ }
|
||||
|
||||
bool db::client_service::do_2pc() const
|
||||
{
|
||||
return client_.do_2pc();
|
||||
}
|
||||
|
||||
int db::client_service::bf_rollback()
|
||||
{
|
||||
int ret(client_state_.before_rollback());
|
||||
|
Reference in New Issue
Block a user