Commit c0fe31c5 authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

fix of MDEV-12325 patch: symetric changes in sql_yacc_ora

parent 4a53253c
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment