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

Add method client_service::is_prepared_xa()

This commit is contained in:
Daniele Sciascia
2024-01-19 14:20:05 +01:00
committed by Jan Lindström
parent a5d95f0175
commit 6a17207b7f
4 changed files with 21 additions and 2 deletions

View File

@ -176,6 +176,11 @@ namespace wsrep
return false;
}
bool is_prepared_xa() WSREP_OVERRIDE
{
return false;
}
bool is_xa_rollback() WSREP_OVERRIDE
{
return false;