Browse Source

Fixing a type-clash bison warning in keyword_directly_not_assignable

The warning was introduced by the patch that added
the keyword_sp_verb_clause rule.
pull/449/head
Alexander Barkov 8 years ago
parent
commit
31b3511849
  1. 2
      sql/sql_yacc_ora.yy

2
sql/sql_yacc_ora.yy

@ -14802,7 +14802,7 @@ keyword_directly_not_assignable:
| CHARSET { /* SET CHARSET utf8; */ }
| FOLLOWS_SYM { /* Conflicts with assignment in FOR EACH */}
| PRECEDES_SYM { /* Conflicts with assignment in FOR EACH */}
| keyword_sp_verb_clause
| keyword_sp_verb_clause { }
;
/*

Loading…
Cancel
Save