summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-01-10 20:09:06 +0100
committerSergei Golubchik <serg@mariadb.org>2018-01-13 02:01:34 +0100
commit5d3bae242c6756fa57a34adb4ad56232566ef385 (patch)
tree3eb1996ac31018786c84b0117549326d31f9467a /sql/field.h
parent376b0ea1da1514ca645ae4e275a412c1bc9d4b7d (diff)
downloadmariadb-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.h4
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;