Wenjun Zhu created TRAFODION-2984:
-------------------------------------
Summary: a redundant statement
Key: TRAFODION-2984
URL: https://issues.apache.org/jira/browse/TRAFODION-2984
Project: Apache Trafodion
Issue Type: Improvement
Components: connectivity-mxosrvr
Affects Versions: 2.2.0
Reporter: Wenjun Zhu
Assignee: Wenjun Zhu
Fix For: 2.2.0
the function AssignColEntry in file core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp:
cliRC = cliInterface->getAttributes(1, TRUE, fsDatatype, length,
&indOffset, &varOffset);
cliRC = cliInterface->getAttributes(entry, TRUE, fsDatatype, length,
&indOffset, &varOffset);
{color:#333333}there are two cliInterface->getAttributes():, and the first is
redundant.{color}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)