From c0fe31c5dd7ba52098c5f95ccd63ea4bd295fee2 Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Mon, 8 Aug 2022 14:00:21 +0200 Subject: fix of MDEV-12325 patch: symetric changes in sql_yacc_ora --- sql/sql_yacc_ora.yy | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/sql_yacc_ora.yy b/sql/sql_yacc_ora.yy index 23e4a5deb7d..2a42abe5d20 100644 --- a/sql/sql_yacc_ora.yy +++ b/sql/sql_yacc_ora.yy @@ -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); } -- cgit v1.2.1