mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Add method client_state::stream()
This method forces a streaming replication step.
This commit is contained in:
@ -354,6 +354,14 @@ namespace wsrep
|
||||
*/
|
||||
int after_row();
|
||||
|
||||
/**
|
||||
* Force a streaming step
|
||||
*
|
||||
* This method can be used to replicate a fragment in the
|
||||
* current context.
|
||||
*/
|
||||
int stream();
|
||||
|
||||
/**
|
||||
* Set streaming parameters.
|
||||
*
|
||||
|
Reference in New Issue
Block a user