1
0
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:
Daniele Sciascia
2023-11-10 10:03:51 +01:00
parent 096b5c5c7a
commit fc8e627815
4 changed files with 26 additions and 0 deletions

View File

@ -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.
*