mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-24 10:42:31 +03:00
The changes:
* Now the rollback of InnoDB SR transactions is not always skipped. Now most galera_sr MTR tests succeed, including galera_sr.GCF-900.
This commit is contained in:
@ -144,8 +144,14 @@ namespace wsrep
|
||||
*
|
||||
* @return Zero in case of success, non-zero in case of failure
|
||||
*/
|
||||
#ifdef WITH_WSREP_SR_SPEEDUP
|
||||
virtual int rollback(const wsrep::ws_handle& ws_handle,
|
||||
const wsrep::ws_meta& ws_meta,
|
||||
bool skip_rollback = false) = 0;
|
||||
#else
|
||||
virtual int rollback(const wsrep::ws_handle& ws_handle,
|
||||
const wsrep::ws_meta& ws_meta) = 0;
|
||||
#endif /* WITH_WSREP_SR_SPEEDUP */
|
||||
|
||||
/**
|
||||
* Apply a TOI operation.
|
||||
|
Reference in New Issue
Block a user