mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-10-18 00:31:19 +03:00
After statement result enum, is_autocommit() virtual method.
This commit is contained in:
@@ -336,6 +336,7 @@ public:
|
||||
return stats_;
|
||||
}
|
||||
private:
|
||||
bool is_autocommit() const override { return false; }
|
||||
bool do_2pc() const override { return false; }
|
||||
int apply(const wsrep::data& data) override
|
||||
{
|
||||
|
Reference in New Issue
Block a user