summaryrefslogtreecommitdiff
path: root/sql/partition_element.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-12-14 18:35:12 +0100
committerSergei Golubchik <serg@mariadb.org>2017-12-14 20:19:14 +0100
commit18405e5fd994c37698c6fbf0996ecc9e7d1af0f2 (patch)
tree243f7fdad5d603ca30ead2da414c787683eec2b9 /sql/partition_element.h
parentf149013393dcef06940cc82f11247ceafb935fae (diff)
downloadmariadb-git-18405e5fd994c37698c6fbf0996ecc9e7d1af0f2.tar.gz
Partitioning syntax for versioning
partition by system_time ( partition p0 history, partition pn current )
Diffstat (limited to 'sql/partition_element.h')
-rw-r--r--sql/partition_element.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/partition_element.h b/sql/partition_element.h
index da08a15b2ce..4547feb9efd 100644
--- a/sql/partition_element.h
+++ b/sql/partition_element.h
@@ -156,8 +156,8 @@ public:
enum elem_type
{
CONVENTIONAL= 0,
- AS_OF_NOW,
- VERSIONING
+ CURRENT,
+ HISTORY
};
List<partition_element> subpartitions;