mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-21 12:22:06 +03:00
Refactored most of the server_state interface into server_service
abstract interface.
This commit is contained in:
@ -273,6 +273,7 @@ int wsrep::server_state::on_apply(
|
||||
return ret;
|
||||
}
|
||||
|
||||
#if 0
|
||||
bool wsrep::server_state::statement_allowed_for_streaming(
|
||||
const wsrep::client_state&,
|
||||
const wsrep::transaction&) const
|
||||
@ -280,6 +281,7 @@ bool wsrep::server_state::statement_allowed_for_streaming(
|
||||
/* Streaming not implemented yet. */
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
void wsrep::server_state::start_streaming_applier(
|
||||
const wsrep::id& server_id,
|
||||
|
Reference in New Issue
Block a user