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 2017/03/10 18:28:04 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-2530] Add explicit transaction control in CreateHistTables

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 4e6456fa4 -> 2aac3f78b


[TRAFODION-2530] Add explicit transaction control in CreateHistTables


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

Branch: refs/heads/master
Commit: c875b878ffd877031a53e4576961c3b42557d189
Parents: ffe3261
Author: Dave Birdsall <db...@apache.org>
Authored: Thu Mar 9 23:55:37 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Thu Mar 9 23:55:37 2017 +0000

----------------------------------------------------------------------
 core/sql/ustat/hs_cli.cpp | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/c875b878/core/sql/ustat/hs_cli.cpp
----------------------------------------------------------------------
diff --git a/core/sql/ustat/hs_cli.cpp b/core/sql/ustat/hs_cli.cpp
index 1376cd2..a028658 100644
--- a/core/sql/ustat/hs_cli.cpp
+++ b/core/sql/ustat/hs_cli.cpp
@@ -539,6 +539,8 @@ Lng32 CreateHistTables (const HSGlobalsClass* hsGlobal)
 
     // Call createHistogramTables to create any table that does not yet exist.
     NAString histogramsLocation = getHistogramsTableLocation(hsGlobal->catSch->data(), FALSE);
+
+    HSTranController TC("Create histogram tables.",&retcode);
     retcode = (CmpSeabaseDDL::createHistogramTables(NULL, histogramsLocation, TRUE, tableNotCreated)); 
     if (retcode < 0 && LM->LogNeeded())
       {


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2530] PR 1003 Add explicit trans ctrl in CreateHistTables

Posted by db...@apache.org.
Merge [TRAFODION-2530] PR 1003 Add explicit trans ctrl in CreateHistTables


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

Branch: refs/heads/master
Commit: 2aac3f78b78c991ff22afbb81aed0baf7168d01c
Parents: 4e6456f c875b87
Author: Dave Birdsall <db...@apache.org>
Authored: Fri Mar 10 18:27:21 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Fri Mar 10 18:27:21 2017 +0000

----------------------------------------------------------------------
 core/sql/ustat/hs_cli.cpp | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------