1
0
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:
Teemu Ollakka
2018-06-09 20:01:46 +03:00
parent 15f483ca7f
commit 2cecb3defe
5 changed files with 175 additions and 3 deletions

View File

@@ -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
{