summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
authorAleksey Midenkov <midenok@gmail.com>2017-12-12 21:30:49 +0300
committerGitHub <noreply@github.com>2017-12-12 21:30:49 +0300
commit459f40a2326c141684c5832659b2e2e0d5968bbd (patch)
tree15d29a1f2d84edc9bebd359499911b56160a9e69 /include/mysql_com.h
parenta0e137c4a9e8a86aeca2b56456f75e1278b7460c (diff)
downloadmariadb-git-459f40a2326c141684c5832659b2e2e0d5968bbd.tar.gz
SQL: create..select revisited [closes #370]
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r--include/mysql_com.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index 32942d77671..12746b2001b 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -198,6 +198,7 @@ enum enum_indicator_type
#define VERS_SYS_END_FLAG (1 << 28) /* autogenerated column declared with
`generated always as row end`
(see II.a SQL Standard).*/
+#define VERS_SYSTEM_FIELD VERS_SYS_START_FLAG | VERS_SYS_END_FLAG
#define VERS_UPDATE_UNVERSIONED_FLAG (1 << 29) /* column that doesn't support
system versioning when table
itself supports it*/