Skip to content
Snippets Groups Projects
Commit 82e73ba0 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Add new keywords SNAPSHOT and TYPES to the keyword list in gram.y

These were added to kwlist.h as unreserved keywords in separate patches,
but authors forgot to add them to the corresponding list in gram.y.
Because of that, even though they were supposed to be unreserved keywords,
they could not be used as identifiers. src/tools/check_keywords.pl is your
friend.
parent 331bf671
No related branches found
No related tags found
No related merge requests found
...@@ -12302,6 +12302,7 @@ unreserved_keyword: ...@@ -12302,6 +12302,7 @@ unreserved_keyword:
| SHARE | SHARE
| SHOW | SHOW
| SIMPLE | SIMPLE
| SNAPSHOT
| STABLE | STABLE
| STANDALONE_P | STANDALONE_P
| START | START
...@@ -12325,6 +12326,7 @@ unreserved_keyword: ...@@ -12325,6 +12326,7 @@ unreserved_keyword:
| TRUNCATE | TRUNCATE
| TRUSTED | TRUSTED
| TYPE_P | TYPE_P
| TYPES_P
| UNBOUNDED | UNBOUNDED
| UNCOMMITTED | UNCOMMITTED
| UNENCRYPTED | UNENCRYPTED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment