Skip to content

Commit c0fe31c

Browse files
committed
fix of MDEV-12325 patch: symetric changes in sql_yacc_ora
1 parent 4a53253 commit c0fe31c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/sql_yacc_ora.yy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15351,7 +15351,6 @@ with_clause:
1535115351
MYSQL_YYABORT;
1535215352
Lex->derived_tables|= DERIVED_WITH;
1535315353
Lex->with_cte_resolution= true;
15354-
Lex->with_cte_resolution= true;
1535515354
Lex->curr_with_clause= with_clause;
1535615355
with_clause->add_to_list(Lex->with_clauses_list_last_next);
1535715356
}

0 commit comments

Comments
 (0)