1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-08-08 02:02:57 +03:00

Cleaned up client_state interface.

This commit is contained in:
Teemu Ollakka
2018-06-18 18:55:38 +03:00
parent cf231bdf2d
commit 60fb119fa1
8 changed files with 45 additions and 156 deletions

View File

@@ -29,7 +29,7 @@ namespace wsrep
{
if (transaction().active())
{
(void)rollback();
(void)client_service().rollback();
}
}
private: