• Alexander Barkov's avatar
    sql_yacc.yy cleanup, to simplify further changes for MDEV-8909. · 1f4f7293
    Alexander Barkov authored
    - Moving "SELECT_SYM select_init2_derived opt_table_expression"
      from query_term into a new separate rule query_specification,
      and using query_specification in the beginning of query_term.
    - query_term now does not have a %type, query_specification has a %type
      instead. This removes duplicate code that returns
      Lex->current_select->master_unit()->first_select();
    1f4f7293
sql_yacc.yy 510 KB