summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
authorKentoku SHIBA <kentokushiba@gmail.com>2019-04-12 22:47:29 +0900
committerGitHub <noreply@github.com>2019-04-12 22:47:29 +0900
commitdf2d376eca665e26845d8e6c636bf9f6c1714b1b (patch)
tree77472ce6fdb212e7cadb9fe1ccd351bab193797a /sql/field.h
parentf0509afa1b635cd7c091f349a3b8dd72b4b92b94 (diff)
parent7896503686477cce55d058d071d2858a8abf4b04 (diff)
downloadmariadb-git-bb-10.4-MDEV-16530.tar.gz
Merge branch '10.4' into bb-10.4-MDEV-16530bb-10.4-MDEV-16530
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/field.h b/sql/field.h
index aeed8ae5a64..8bd7343931b 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -627,6 +627,9 @@ public:
static void operator delete(void *ptr, MEM_ROOT *mem_root)
{ DBUG_ASSERT(0); }
+ bool marked_for_read() const;
+ bool marked_for_write_or_computed() const;
+
/**
Used by System Versioning.
*/