You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by su...@apache.org on 2016/10/27 14:51:37 UTC

[1/2] incubator-trafodion git commit: fix mantis 703 file download size in dbmgr

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master bbcfca5ad -> 0cd14d566


fix mantis 703 file download size in dbmgr


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

Branch: refs/heads/master
Commit: d7ac221b42a5cf04a1d591a560255d32b7d41466
Parents: 5d06605
Author: william <we...@163.com>
Authored: Mon Oct 24 15:20:59 2016 +0800
Committer: william <we...@163.com>
Committed: Mon Oct 24 15:20:59 2016 +0800

----------------------------------------------------------------------
 core/sql/lib_mgmt/src/main/resources/init_libmgmt.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/d7ac221b/core/sql/lib_mgmt/src/main/resources/init_libmgmt.sh
----------------------------------------------------------------------
diff --git a/core/sql/lib_mgmt/src/main/resources/init_libmgmt.sh b/core/sql/lib_mgmt/src/main/resources/init_libmgmt.sh
index e78c1e4..9e31ec1 100644
--- a/core/sql/lib_mgmt/src/main/resources/init_libmgmt.sh
+++ b/core/sql/lib_mgmt/src/main/resources/init_libmgmt.sh
@@ -181,7 +181,7 @@ function createProcedures {
       CREATE PROCEDURE GETFILE (
       IN FILENAME VARCHAR(256) CHARACTER SET UTF8,
       IN OFFSET INTEGER,
-      OUT FILEDATA VARCHAR(12800) CHARACTER SET UTF8,
+      OUT FILEDATA VARCHAR(12800) CHARACTER SET ISO88591,
       OUT DATALENGTH LARGEINT)
       EXTERNAL NAME 'org.trafodion.libmgmt.FileMgmt.get (java.lang.String,int,java.lang.String[],long[])'
       EXTERNAL SECURITY DEFINER


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2318] PR-780 Fix the incorrect download size of a library code file

Posted by su...@apache.org.
Merge [TRAFODION-2318] PR-780 Fix the incorrect download size of a library code file


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

Branch: refs/heads/master
Commit: 0cd14d5664fae66b57148929797d8fd2c8b75662
Parents: bbcfca5 d7ac221
Author: Suresh Subbiah <su...@apache.org>
Authored: Thu Oct 27 14:50:59 2016 +0000
Committer: Suresh Subbiah <su...@apache.org>
Committed: Thu Oct 27 14:50:59 2016 +0000

----------------------------------------------------------------------
 core/sql/lib_mgmt/src/main/resources/init_libmgmt.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------