summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2022-08-08 14:00:21 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2022-08-08 14:00:21 +0200
commitc0fe31c5dd7ba52098c5f95ccd63ea4bd295fee2 (patch)
treea6467fdf7aa41f004921f960a51977e3c414b94e
parent4a53253cf9aff82ad9066b13702181a34edc2749 (diff)
downloadmariadb-git-c0fe31c5dd7ba52098c5f95ccd63ea4bd295fee2.tar.gz
fix of MDEV-12325 patch: symetric changes in sql_yacc_ora
-rw-r--r--sql/sql_yacc_ora.yy1
1 files changed, 0 insertions, 1 deletions
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);
}