mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-31 18:24:25 +03:00
Expose provider::conflict_gtid() method for GRP
This commit is contained in:
@ -470,6 +470,14 @@ namespace wsrep
|
|||||||
*/
|
*/
|
||||||
virtual void* native() const = 0;
|
virtual void* native() const = 0;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get conflicting gtid for the given transaction handle, if any.
|
||||||
|
*/
|
||||||
|
virtual wsrep::gtid conflict_gtid(const wsrep::ws_handle&) const
|
||||||
|
{
|
||||||
|
return wsrep::gtid::undefined();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Services argument passed to make_provider. This struct contains
|
* Services argument passed to make_provider. This struct contains
|
||||||
* optional services which are passed to the provider.
|
* optional services which are passed to the provider.
|
||||||
|
Reference in New Issue
Block a user