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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user