mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Enabled Wnon-virtual-dtor
This commit is contained in:
@ -24,7 +24,7 @@ namespace wsrep
|
||||
{
|
||||
public:
|
||||
client_service() { }
|
||||
|
||||
virtual ~client_service() { }
|
||||
/**
|
||||
* Return true if two pahase commit is required for transaction
|
||||
* to commit.
|
||||
|
@ -30,6 +30,7 @@ namespace wsrep
|
||||
{
|
||||
public:
|
||||
|
||||
virtual ~server_service() { }
|
||||
virtual wsrep::storage_service* storage_service(
|
||||
wsrep::client_service&) = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user