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:41 UTC

[3/5] incubator-trafodion git commit: replace "NONSTOP...SCHEMA" with NULL

replace "NONSTOP...SCHEMA" with NULL


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

Branch: refs/heads/mrg_241
Commit: 482fc614226688fb2308bb6ddac3740e90c3a9b3
Parents: a9af502
Author: Kevin Xu <ka...@esgyn.cn>
Authored: Wed Jan 6 16:52:32 2016 +0800
Committer: Kevin Xu <ka...@esgyn.cn>
Committed: Wed Jan 6 16:52:32 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/482fc614/core/conn/jdbc_type2/native/SrvrCommon.cpp
----------------------------------------------------------------------
diff --git a/core/conn/jdbc_type2/native/SrvrCommon.cpp b/core/conn/jdbc_type2/native/SrvrCommon.cpp
index d9bd6a9..e1daf73 100644
--- a/core/conn/jdbc_type2/native/SrvrCommon.cpp
+++ b/core/conn/jdbc_type2/native/SrvrCommon.cpp
@@ -1975,7 +1975,7 @@ short do_ExecFetchAppend(
     pSrvrStmt = createSrvrStmt(dialogueId,
         stmtLabel,
         &sqlcode,
-        "NONSTOP_SQLMX_NSK.MXCS_SCHEMA.CATANSIMX",
+        NULL,
         SQLCLI_ODBC_MODULE_VERSION,
         1234567890,
         sqlStmtType,