1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-31 18:24:25 +03:00

Added aborted parameter for set_position() method

This commit is contained in:
sjaakola
2020-04-15 23:41:46 +03:00
parent d0255569b0
commit b0f2bca2db
5 changed files with 9 additions and 5 deletions

View File

@ -158,7 +158,8 @@ namespace wsrep
}
void set_position(wsrep::client_service&,
const wsrep::gtid& gtid) WSREP_OVERRIDE
const wsrep::gtid& gtid,
bool) WSREP_OVERRIDE
{
position_ = gtid;
}