mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
This is the first version of the SR speedup feature for MariaDB 10.7.
This commit is contained in:
@ -98,6 +98,7 @@ namespace wsrep
|
||||
const wsrep::ws_handle& ws_handle,
|
||||
const wsrep::ws_meta& ws_meta,
|
||||
const wsrep::const_buffer& data,
|
||||
int sr_store,
|
||||
const wsrep::xid& xid) = 0;
|
||||
|
||||
/**
|
||||
@ -145,7 +146,8 @@ namespace wsrep
|
||||
* @return Zero in case of success, non-zero in case of failure
|
||||
*/
|
||||
virtual int rollback(const wsrep::ws_handle& ws_handle,
|
||||
const wsrep::ws_meta& ws_meta) = 0;
|
||||
const wsrep::ws_meta& ws_meta,
|
||||
bool skip_rollback = false) = 0;
|
||||
|
||||
/**
|
||||
* Apply a TOI operation.
|
||||
|
Reference in New Issue
Block a user