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 2018/02/22 23:57:21 UTC

[1/2] trafodion git commit: [TRAFODION-2967] Fix CommonLogger::buildMsgBuffer core in UPDATE STATS

Repository: trafodion
Updated Branches:
  refs/heads/master 7b96645a4 -> d5b72e710


[TRAFODION-2967] Fix CommonLogger::buildMsgBuffer core in UPDATE STATS


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

Branch: refs/heads/master
Commit: 5e83a527d05c672122f7ab50071f59fd3ed5e153
Parents: 703e963
Author: Dave Birdsall <db...@apache.org>
Authored: Wed Feb 21 22:57:38 2018 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Wed Feb 21 22:57:38 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/trafodion/blob/5e83a527/core/sql/ustat/hs_log.cpp
----------------------------------------------------------------------
diff --git a/core/sql/ustat/hs_log.cpp b/core/sql/ustat/hs_log.cpp
index 4eb2d71..8e18b2e 100644
--- a/core/sql/ustat/hs_log.cpp
+++ b/core/sql/ustat/hs_log.cpp
@@ -307,7 +307,7 @@ void HSLogMan::Log(const char *data)
   {
     if (logNeeded_)
       {
-        QRLogger::log(CAT_SQL_USTAT, LL_INFO, data);
+        QRLogger::log(CAT_SQL_USTAT, LL_INFO, "%s", data);
       }
   }
 


[2/2] trafodion git commit: Merge [TRAFODION-2967] PR 1452 Fix CommonLogger core in UPDATE STATS

Posted by db...@apache.org.
Merge [TRAFODION-2967] PR 1452 Fix CommonLogger core in UPDATE STATS


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

Branch: refs/heads/master
Commit: d5b72e7100c9ba75cab498f51994311c93444ebf
Parents: 7b96645 5e83a52
Author: Dave Birdsall <db...@apache.org>
Authored: Thu Feb 22 23:56:17 2018 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Thu Feb 22 23:56:17 2018 +0000

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