mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Refactored most of the server_state interface into server_service
abstract interface.
This commit is contained in:
@ -124,6 +124,8 @@ namespace wsrep
|
||||
return bytes_generated_;
|
||||
}
|
||||
|
||||
bool statement_allowed_for_streaming() const WSREP_OVERRIDE
|
||||
{ return true; }
|
||||
int prepare_fragment_for_replication(wsrep::mutable_buffer& buffer)
|
||||
WSREP_OVERRIDE
|
||||
{
|
||||
|
Reference in New Issue
Block a user