diff options
author | Nikita Malyavin <nikitamalyavin@gmail.com> | 2019-02-07 23:16:30 +1000 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-02-21 14:48:04 +0100 |
commit | 073c93b194d9035482a531eeff5da129f792ad70 (patch) | |
tree | d325081ffcd2b886248bcfbce25848eff2d8322a /sql/unireg.h | |
parent | b63604612e69f2d5b897da828eac182351c09f54 (diff) | |
download | mariadb-git-073c93b194d9035482a531eeff5da129f792ad70.tar.gz |
MDEV-17082 Application-time periods: CREATE
* add syntax `CREATE TABLE ... PERIOD FOR <apptime>`
* add table period entity
Diffstat (limited to 'sql/unireg.h')
-rw-r--r-- | sql/unireg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/unireg.h b/sql/unireg.h index a24c1b516c5..dacf24ad7aa 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -171,6 +171,7 @@ enum extra2_frm_value_type { EXTRA2_DEFAULT_PART_ENGINE=1, EXTRA2_GIS=2, EXTRA2_PERIOD_FOR_SYSTEM_TIME=4, + EXTRA2_APPLICATION_TIME_PERIOD=8, #define EXTRA2_ENGINE_IMPORTANT 128 |