diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-01-10 20:09:06 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-01-13 02:01:34 +0100 |
commit | 5d3bae242c6756fa57a34adb4ad56232566ef385 (patch) | |
tree | 3eb1996ac31018786c84b0117549326d31f9467a /sql/field.h | |
parent | 376b0ea1da1514ca645ae4e275a412c1bc9d4b7d (diff) | |
download | mariadb-git-5d3bae242c6756fa57a34adb4ad56232566ef385.tar.gz |
remove dead VERS_EXPERIMENTAL code
changed to use DBUG keywords instead,
so that the code is compiled and tested
added tests.
Diffstat (limited to 'sql/field.h')
-rw-r--r-- | sql/field.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/field.h b/sql/field.h index 9fd584e88c2..549dc3d00d5 100644 --- a/sql/field.h +++ b/sql/field.h @@ -1474,10 +1474,6 @@ public: return flags & VERS_UPDATE_UNVERSIONED_FLAG; } -#ifdef VERS_EXPERIMENTAL - bool vers_sys_invisible(THD *thd) const; -#endif - virtual bool vers_trx_id() const { return false; |