You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2016/01/07 16:09:42 UTC

[4/5] incubator-trafodion git commit: Rollback isClosed status

Rollback isClosed status


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/858f4f9b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/858f4f9b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/858f4f9b

Branch: refs/heads/mrg_241
Commit: 858f4f9b8e27f0eb7743ab45a9ff6a0e6c9b7506
Parents: 482fc61
Author: Kevin Xu <ka...@esgyn.cn>
Authored: Thu Jan 7 11:35:14 2016 +0800
Committer: Kevin Xu <ka...@esgyn.cn>
Committed: Thu Jan 7 11:35:14 2016 +0800

----------------------------------------------------------------------
 core/conn/jdbc_type2/native/CSrvrStmt.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/858f4f9b/core/conn/jdbc_type2/native/CSrvrStmt.cpp
----------------------------------------------------------------------
diff --git a/core/conn/jdbc_type2/native/CSrvrStmt.cpp b/core/conn/jdbc_type2/native/CSrvrStmt.cpp
index 266a643..cba70b6 100644
--- a/core/conn/jdbc_type2/native/CSrvrStmt.cpp
+++ b/core/conn/jdbc_type2/native/CSrvrStmt.cpp
@@ -99,7 +99,7 @@ SRVR_STMT_HDL::SRVR_STMT_HDL(long inDialogueId)
     moduleName[0] = '\0';
     inputDescName[0] = '\0';
     outputDescName[0] = '\0';
-    isClosed = FALSE;
+    isClosed = TRUE;
     IPD = NULL;
     IRD = NULL;
     useDefaultDesc = FALSE;