mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Finished dbsim integration with refactored client API.
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
|
||||
|
||||
int wsrep::mock_client_service::apply(
|
||||
wsrep::client_context& client_context,
|
||||
const wsrep::const_buffer& data __attribute__((unused)))
|
||||
wsrep::client_context& client_context WSREP_UNUSED,
|
||||
const wsrep::const_buffer&)
|
||||
|
||||
{
|
||||
assert(client_context.transaction().state() == wsrep::transaction_context::s_executing ||
|
||||
|
Reference in New Issue
Block a user