mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Add is_query() and is_xa() to dbsim/test client service implementations
This commit is contained in:
@ -40,7 +40,7 @@ namespace wsrep
|
||||
client_service() { }
|
||||
virtual ~client_service() { }
|
||||
|
||||
virtual const char* query() const = 0;
|
||||
virtual std::string query() const = 0;
|
||||
|
||||
/**
|
||||
* Return true if the current transaction has been interrupted
|
||||
|
Reference in New Issue
Block a user