fix of MDEV-12325 patch: symetric changes in sql_yacc_ora
This commit is contained in:
parent
4a53253cf9
commit
c0fe31c5dd
@ -15351,7 +15351,6 @@ with_clause:
|
|||||||
MYSQL_YYABORT;
|
MYSQL_YYABORT;
|
||||||
Lex->derived_tables|= DERIVED_WITH;
|
Lex->derived_tables|= DERIVED_WITH;
|
||||||
Lex->with_cte_resolution= true;
|
Lex->with_cte_resolution= true;
|
||||||
Lex->with_cte_resolution= true;
|
|
||||||
Lex->curr_with_clause= with_clause;
|
Lex->curr_with_clause= with_clause;
|
||||||
with_clause->add_to_list(Lex->with_clauses_list_last_next);
|
with_clause->add_to_list(Lex->with_clauses_list_last_next);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user