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

@ -145,7 +145,8 @@ wsrep::gtid db::server_service::get_position(wsrep::client_service&)
}
void db::server_service::set_position(wsrep::client_service&,
const wsrep::gtid& gtid)
const wsrep::gtid& gtid,
bool)
{
return server_.storage_engine().store_position(gtid);
}