Skip to content
Permalink
Browse files
fix of MDEV-12325 patch: symetric changes in sql_yacc_ora
  • Loading branch information
sanja-byelkin committed Aug 8, 2022
1 parent 4a53253 commit c0fe31c
Showing 1 changed file with 0 additions and 1 deletion.
@@ -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);
}

0 comments on commit c0fe31c

Please sign in to comment.