mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-08-06 15:02:41 +03:00
* Unit test for SR 2PC
* Removed redundant data class * Introduced const_buffer and mutable_buffer * Transaction context and client context interface refactoring
This commit is contained in:
@@ -77,7 +77,7 @@ namespace wsrep
|
||||
class transaction_context;
|
||||
class gtid;
|
||||
class view;
|
||||
class data;
|
||||
class const_buffer;
|
||||
|
||||
/*! \class Server Context
|
||||
*
|
||||
@@ -342,7 +342,7 @@ namespace wsrep
|
||||
int on_apply(wsrep::client_context& client_context,
|
||||
const wsrep::ws_handle& ws_handle,
|
||||
const wsrep::ws_meta& ws_meta,
|
||||
const wsrep::data& data);
|
||||
const wsrep::const_buffer& data);
|
||||
|
||||
/*!
|
||||
* This virtual method should be implemented by the DBMS
|
||||
|
Reference in New Issue
Block a user