Commit c9b0c006 authored by Julius Goryavsky's avatar Julius Goryavsky

galera: correction after wsrep-lib update

Correction to ensure compatibility with the updated wsrep-lib library.
parent 87abae46
......@@ -57,6 +57,10 @@ class Wsrep_client_service : public wsrep::client_service
{
return false;
}
bool is_prepared_xa()
{
return false;
}
bool is_xa_rollback()
{
return false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment