• Alexander Barkov's avatar
    MDEV-10411 Providing compatibility for basic PL/SQL constructs · 765d9d64
    Alexander Barkov authored
    Moving similar code from sql_yacc.yy and sql_yacc_ora.yy to methods:
      LEX::maybe_start_compound_statement()
      LEX::sp_push_loop_label()
      LEX::sp_push_loop_empty_label()
      LEX::sp_pop_loop_label()
      LEX::sp_pop_loop_empty_label()
    
    The EXIT statement will also reuse this code.
    765d9d64
sql_yacc_ora.yy 487 KB