diff options
author | Aleksey Midenkov <midenok@gmail.com> | 2017-12-15 18:12:18 +0300 |
---|---|---|
committer | Aleksey Midenkov <midenok@gmail.com> | 2017-12-15 18:12:18 +0300 |
commit | 4624e565f314ed19eefa8532ccd26796b6791bf8 (patch) | |
tree | 3f36c5ac262dc9b3c62c479bc1c7b3a739699a17 /sql/lex.h | |
parent | 70d76723770529a9d89b0ec2fdcae4798f0c29a1 (diff) | |
parent | 84e14bff4a7c99524f82b0133382ce389c6d80d8 (diff) | |
download | mariadb-git-4624e565f314ed19eefa8532ccd26796b6791bf8.tar.gz |
System Versioning 1.0 pre6
Merge remote-tracking branch 'mariadb/bb-10.3-temporal-serg' into trunk
Diffstat (limited to 'sql/lex.h')
-rw-r--r-- | sql/lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/lex.h b/sql/lex.h index 88d20b82710..8a3fe552b95 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -274,6 +274,7 @@ static SYMBOL symbols[] = { { "HELP", SYM(HELP_SYM)}, { "HIGH_PRIORITY", SYM(HIGH_PRIORITY)}, { "INVISIBLE", SYM(INVISIBLE_SYM)}, + { "HISTORY", SYM(HISTORY_SYM)}, { "HOST", SYM(HOST_SYM)}, { "HOSTS", SYM(HOSTS_SYM)}, { "HOUR", SYM(HOUR_SYM)}, |