mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Add method client_service::is_prepared_xa()
This commit is contained in:
committed by
Jan Lindström
parent
a5d95f0175
commit
6a17207b7f
@ -82,6 +82,11 @@ namespace db
|
||||
return false;
|
||||
}
|
||||
|
||||
bool is_prepared_xa() override
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool is_xa_rollback() override
|
||||
{
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user