You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by li...@apache.org on 2018/04/04 10:29:13 UTC

[3/5] trafodion git commit: make VALUE reserved again

make VALUE reserved again


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/a3fe11ef
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/a3fe11ef
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/a3fe11ef

Branch: refs/heads/master
Commit: a3fe11eff84ff89e3ba3257e10777df21f474c1d
Parents: 4e70418
Author: Liu Ming <ov...@sina.com>
Authored: Mon Mar 26 22:45:00 2018 +0000
Committer: Liu Ming <ov...@sina.com>
Committed: Mon Mar 26 22:45:00 2018 +0000

----------------------------------------------------------------------
 core/sql/common/ComResWords.cpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/a3fe11ef/core/sql/common/ComResWords.cpp
----------------------------------------------------------------------
diff --git a/core/sql/common/ComResWords.cpp b/core/sql/common/ComResWords.cpp
index 8796f6b..0c9f9c5 100644
--- a/core/sql/common/ComResWords.cpp
+++ b/core/sql/common/ComResWords.cpp
@@ -395,6 +395,7 @@ const ComResWord ComResWords::resWords_[] = {
   ComResWord("USAGE",            ANS_|RESWORD_),
   ComResWord("USER",             ANS_|RESWORD_),
   ComResWord("USING",            ANS_|RESWORD_),
+  ComResWord("VALUE",           ANS_|RESWORD_|MPWORD_),
   ComResWord("VALUES",           ANS_|RESWORD_|MPWORD_),
   ComResWord("VARCHAR",          ANS_|RESWORD_),
   ComResWord("VARIABLE",         POTANS_|RESWORD_),