[MDEV-11122] Shift/redice conflicts in keyword_sp Created: 2016-10-24  Updated: 2018-06-21

Status: Open
Project: MariaDB Server
Component/s: Parser
Affects Version/s: 10.1, 10.2, 10.3, 10.4
Fix Version/s: 10.4

Type: Bug Priority: Major
Reporter: Alexander Barkov Assignee: Alexander Barkov
Resolution: Unresolved Votes: 0
Labels: None


 Description   

The following tokens in the keyword_sp rule produce around 72 shift/reduce conflicts:

          CONNECTION_SYM           {}
        | FUNCTION_SYM             {}
        | NAMES_SYM                {}
        | NEXT_SYM                 {}
        | PASSWORD_SYM             {}
        | QUERY_SYM                {}
        | QUICK                    {}
        | ROWS_SYM                 {}
        | SESSION_SYM              {}
        | SOFT_SYM                 {}
        | SOUNDS_SYM               {}
        | SQL_BUFFER_RESULT        {}
        | SQL_CACHE_SYM            {}
        | SQL_NO_CACHE_SYM         {}
        | STATEMENT_SYM            {}
        | UNTIL_SYM                {}

We'll try to get rid of these conflicts.


Generated at Thu Feb 08 07:47:29 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.