Skip to content

Commit

Permalink
Fixed the problem (with POWER) described in a comment of CORE-1514
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes committed Oct 17, 2007
1 parent 84558b9 commit 3073cc8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/dsql/make.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1146,12 +1146,6 @@ void MAKE_desc(dsql_req* request, dsc* desc, dsql_nod* node, dsql_nod* null_repl
const dsql_str* name = (dsql_str*) node->nod_arg[e_sysfunc_name];
DSqlDataTypeUtil(request).makeSysFunction(desc, name->str_data, args.getCount(), args.begin());

if (desc->isNull() && null_replacement)
{
MAKE_desc(request, desc, null_replacement, NULL);
desc->dsc_flags |= (DSC_nullable | DSC_null);
}

return;
}

Expand Down

0 comments on commit 3073cc8

Please sign in to comment.