mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Galera4
This commit is contained in:
committed by
Sergey Vojtovich
parent
382115b992
commit
36a2a185fe
@ -20,17 +20,19 @@
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
|
||||
#include "../wsrep/wsrep_api.h"
|
||||
#include "wsrep/gtid.hpp"
|
||||
#include "handler.h" // XID typedef
|
||||
|
||||
void wsrep_xid_init(xid_t*, const wsrep_uuid_t&, wsrep_seqno_t);
|
||||
const wsrep_uuid_t* wsrep_xid_uuid(const XID&);
|
||||
wsrep_seqno_t wsrep_xid_seqno(const XID&);
|
||||
void wsrep_xid_init(xid_t*, const wsrep::gtid&);
|
||||
const wsrep::id& wsrep_xid_uuid(const XID&);
|
||||
wsrep::seqno wsrep_xid_seqno(const XID&);
|
||||
|
||||
wsrep::gtid wsrep_get_SE_checkpoint();
|
||||
bool wsrep_set_SE_checkpoint(const wsrep::gtid& gtid);
|
||||
//void wsrep_get_SE_checkpoint(XID&); /* uncomment if needed */
|
||||
bool wsrep_get_SE_checkpoint(wsrep_uuid_t&, wsrep_seqno_t&);
|
||||
//void wsrep_set_SE_checkpoint(XID&); /* uncomment if needed */
|
||||
bool wsrep_set_SE_checkpoint(const wsrep_uuid_t&, wsrep_seqno_t);
|
||||
|
||||
void wsrep_sort_xid_array(XID *array, int len);
|
||||
|
||||
#endif /* WITH_WSREP */
|
||||
#endif /* WSREP_UTILS_H */
|
||||
|
Reference in New Issue
Block a user