galera: correction after wsrep-lib update

Correction to ensure compatibility with the updated wsrep-lib library.
This commit is contained in:
Julius Goryavsky 2024-02-19 18:17:36 +01:00
parent 87abae4601
commit c9b0c006e0

View file

@ -57,6 +57,10 @@ public:
{
return false;
}
bool is_prepared_xa()
{
return false;
}
bool is_xa_rollback()
{
return false;