mirror of
https://github.com/MariaDB/server.git
synced 2025-03-29 10:25:31 +01:00
galera: correction after wsrep-lib update
Correction to ensure compatibility with the updated wsrep-lib library.
This commit is contained in:
parent
87abae4601
commit
c9b0c006e0
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ public:
|
|||
{
|
||||
return false;
|
||||
}
|
||||
bool is_prepared_xa()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
bool is_xa_rollback()
|
||||
{
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue