Repository: trafodion Updated Branches: refs/heads/master ad1c67618 -> 82710576e
[TRAFODION-3020] regression issue Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/927df724 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/927df724 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/927df724 Branch: refs/heads/master Commit: 927df7240050324817640a9ec2c2f0880f405b69 Parents: 6ca1d0f Author: Liu Ming <[email protected]> Authored: Mon Apr 9 04:41:57 2018 -0400 Committer: Liu Ming <[email protected]> Committed: Mon Apr 9 04:41:57 2018 -0400 ---------------------------------------------------------------------- core/sql/parser/sqlparser.y | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/927df724/core/sql/parser/sqlparser.y ---------------------------------------------------------------------- diff --git a/core/sql/parser/sqlparser.y b/core/sql/parser/sqlparser.y index 3697a57..b7fa098 100755 --- a/core/sql/parser/sqlparser.y +++ b/core/sql/parser/sqlparser.y @@ -2590,7 +2590,6 @@ static void enableMakeQuotedStringISO88591Mechanism() %type <item> datetime_value_function %type <item> datetime_misc_function %type <item> datetime_misc_function_used_as_default -%type <item> sequence_as_default %type <stringval> format_attributes %type <pElemDDL> optional_constraint_attributes %type <pElemDDL> constraint_attributes
