1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-30 07:23:07 +03:00

Expose provider::conflict_gtid() method for GRP

This commit is contained in:
Denis Protivensky
2025-06-19 16:36:20 +03:00
parent a2d7d89c1d
commit 2dc8339ff1

View File

@ -470,6 +470,14 @@ namespace wsrep
*/
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
* optional services which are passed to the provider.