• unknown's avatar
    Fix for Bug#31947: Declare with a reserved word succeeded. · de534f2b
    unknown authored
    READ_ONLY token was accidentally placed into wrong place
    ('ident' rule). The proper place is in the 'keyword_sp' rule.
    
    The manual should be re-generated after this patch, because
    the manual depends on the 'keyword_sp' rule.
    
    
    sql/sql_yacc.yy:
      Move READ_ONLY token to the 'keyword_sp' rule.
    de534f2b
sql_yacc.yy 374 KB