mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-06-16 02:01:44 +03:00
More unit tests for streaming replication.
This commit is contained in:
@ -136,6 +136,11 @@ int wsrep::server_context::on_apply(
|
||||
assert(txc.active() == false);
|
||||
client_context.start_transaction(ws_handle, ws_meta);
|
||||
}
|
||||
else
|
||||
{
|
||||
client_context.start_replaying();
|
||||
}
|
||||
|
||||
if (client_context.apply(data))
|
||||
{
|
||||
ret = 1;
|
||||
|
Reference in New Issue
Block a user