Github user ryzuo commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/28#discussion_r34756488
--- Diff: core/conn/jdbc_type2/native/CSrvrConnect.cpp ---
@@ -268,10 +268,10 @@ void SRVR_CONNECT_HDL::addSrvrStmt(SRVR_STMT_HDL
*pSrvrStmt,BOOL internalStmt)
mapOfInternalSrvrStmt[pSrvrStmt->stmtName]= pSrvrStmt; // +++ map
error
}
-
//End of Soln. No.: 10-100202-7923
count++;
+ //pSrvrStmt->myKey = count;
--- End diff --
this key will be needed once we use byte buffer to transport between JAVA
and native, and it might be used for mapping the statements. I will remove the
MFC related code one by one as in this work
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---