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/05/05 15:24:49 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-1970] UPDATE STATS CLEAR gets error 9243 on large tables

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master ed93ea9fb -> 5e175622f


[TRAFODION-1970] UPDATE STATS CLEAR gets error 9243 on large tables


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

Branch: refs/heads/master
Commit: b98efba3d029c0bb501000cf512dc510d256a144
Parents: 6ca9916
Author: Dave Birdsall <db...@apache.org>
Authored: Wed May 4 18:10:43 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Wed May 4 18:10:43 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/b98efba3/core/sql/ustat/hs_globals.cpp
----------------------------------------------------------------------
diff --git a/core/sql/ustat/hs_globals.cpp b/core/sql/ustat/hs_globals.cpp
index 84ee7d0..1ef3a6f 100644
--- a/core/sql/ustat/hs_globals.cpp
+++ b/core/sql/ustat/hs_globals.cpp
@@ -3029,6 +3029,7 @@ Lng32 HSGlobalsClass::Initialize()
     Int64 youWillLikelyBeSorry = 
       ActiveSchemaDB()->getDefaults().getAsDouble(USTAT_YOULL_LIKELY_BE_SORRY);
     if ((actualRowCount >= youWillLikelyBeSorry) &&
+       !(optFlags & CLEAR_OPT) &&
        !(optFlags & SAMPLE_REQUESTED) &&
        !(optFlags & IUS_OPT))
       {


[2/2] incubator-trafodion git commit: Merge [TRAFODION-1970] PR 464 Fix large tables UPDATE STATS CLEAR bug

Posted by db...@apache.org.
Merge [TRAFODION-1970] PR 464 Fix large tables UPDATE STATS CLEAR bug


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

Branch: refs/heads/master
Commit: 5e175622f9a3056ff0a96f56d6c0def5fbb6024a
Parents: ed93ea9 b98efba
Author: Dave Birdsall <db...@apache.org>
Authored: Thu May 5 15:24:16 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Thu May 5 15:24:16 2016 +0000

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