hegdean commented on a change in pull request #1824: [TRAFODION-3280] Reduce
path length in Trafodion for improved performance and scalability
URL: https://github.com/apache/trafodion/pull/1824#discussion_r272732074
##########
File path: core/conn/odbc/src/odbc/nsksrvrcore/srvrothers.cpp
##########
@@ -1209,8 +1209,8 @@ odbc_SQLSvc_Prepare2withRowsets_sme_(
if (pSrvrStmt->maxRowsetSize == ROWSET_NOT_DEFINED)
pSrvrStmt->maxRowsetSize = DEFAULT_ROWSET_SIZE;
// this part is for NAR (not Atomic Rowset Recovery)
- if (pSrvrStmt->maxRowsetSize > 1
- && (pSrvrStmt->sqlStmtType == TYPE_INSERT_PARAM))
+ if (pSrvrStmt->maxRowsetSize > 1)
+// && (pSrvrStmt->sqlStmtType == TYPE_INSERT_PARAM))
Review comment:
same here. delete commented lines
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services