Github user xwq commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/1240#discussion_r140421177
--- Diff: core/conn/odbc/src/odbc/nsksrvrcore/srvrothers.cpp ---
@@ -6411,8 +6412,34 @@ odbc_SQLSrvr_ExtractLob_sme_(
exception_->exception_nr = odbc_SQLsrvr_ExtractLob_ParamError_exn_;
exception_->u.ParamError.ParamDesc =
SQLSVC_EXCEPTION_UNABLE_TO_ALLOCATE_SQL_STMT;
}
+FILE * fp= NULL;
+ fp = fopen("/tmp/closeLOB", "a+");
--- End diff --
Sorry , I will remove them. debug code.
---