Skip to content

Commit

Permalink
Missed line for backported fix for CORE-1793, sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
hvlad committed Apr 16, 2008
1 parent b49787c commit bd68ccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dsql/pass1.cpp
Expand Up @@ -765,6 +765,8 @@ dsql_nod* PASS1_node(dsql_req* request, dsql_nod* input, bool proc_flag)
dsql_nod* cte = request->findCTE(rel_name);
if (cte)
{
cte->nod_flags |= NOD_DT_CTE_USED;

if ((request->req_flags & REQ_CTE_recursive) &&
request->req_curr_ctes.hasData() &&
(request->req_curr_ctes.object() == cte))
Expand Down

0 comments on commit bd68ccf

Please sign in to comment.