fix of MDEV-12325 patch: symetric changes in sql_yacc_ora

This commit is contained in:
Oleksandr Byelkin 2022-08-08 14:00:21 +02:00
parent 4a53253cf9
commit c0fe31c5dd

View File

@ -15351,7 +15351,6 @@ with_clause:
MYSQL_YYABORT;
Lex->derived_tables|= DERIVED_WITH;
Lex->with_cte_resolution= true;
Lex->with_cte_resolution= true;
Lex->curr_with_clause= with_clause;
with_clause->add_to_list(Lex->with_clauses_list_last_next);
}