mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-08-06 15:02:41 +03:00
Refactored most of the server_state interface into server_service
abstract interface.
This commit is contained in:
@@ -277,7 +277,10 @@ namespace wsrep
|
||||
enum wsrep::streaming_context::fragment_unit
|
||||
fragment_unit,
|
||||
size_t fragment_size);
|
||||
|
||||
bool statement_allowed_for_streaming() const
|
||||
{
|
||||
return client_service_.statement_allowed_for_streaming();
|
||||
}
|
||||
/** @todo deprecate */
|
||||
size_t bytes_generated() const
|
||||
{
|
||||
|
Reference in New Issue
Block a user