You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/02/16 18:02:13 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-1831] Improved error msg when properties file is absent

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master fab414d41 -> d25090b17


[TRAFODION-1831] Improved error msg when properties file is absent


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

Branch: refs/heads/master
Commit: c862e0c90deadf626e65ee53474c497b33010b6a
Parents: 3a1b73c
Author: Dave Birdsall <db...@apache.org>
Authored: Fri Feb 12 21:31:31 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Fri Feb 12 21:31:31 2016 +0000

----------------------------------------------------------------------
 core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/c862e0c9/core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp
----------------------------------------------------------------------
diff --git a/core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp b/core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp
index d373540..98bc80f 100644
--- a/core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp
+++ b/core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp
@@ -1434,7 +1434,7 @@ short CmpSeabaseDDL::validateVersions(NADefaults *defs,
       if (hbaseErrStr)
         *hbaseErrStr = (char*)GetCliGlobals()->getJniErrorStr().data();
 
-      retcode = -1394;
+      retcode = -1398;
       goto label_return;
     }
   else


[2/2] incubator-trafodion git commit: Merge [TRAFODION-1831] Better error msg when properties file is absent

Posted by db...@apache.org.
Merge [TRAFODION-1831] Better error msg when properties file is absent


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

Branch: refs/heads/master
Commit: d25090b17b125e65b1c72bc0df335ff2de3f3a4d
Parents: fab414d c862e0c
Author: Dave Birdsall <db...@apache.org>
Authored: Tue Feb 16 17:01:22 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Tue Feb 16 17:01:22 2016 +0000

----------------------------------------------------------------------
 core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------