mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Remove query()
method from wsrep::client_service
interface
This commit is contained in:
@ -40,8 +40,6 @@ namespace wsrep
|
||||
client_service() { }
|
||||
virtual ~client_service() { }
|
||||
|
||||
virtual std::string query() const = 0;
|
||||
|
||||
/**
|
||||
* Return true if the current transaction has been interrupted
|
||||
* by the DBMS. The lock which is passed to interrupted call
|
||||
|
Reference in New Issue
Block a user