Merge [TRAFODION-2140] PR-651 Add capability for incremental Update Statistics
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/dda167cb Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/dda167cb Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/dda167cb Branch: refs/heads/master Commit: dda167cb0164866e9561b79ec2d5c524552800e9 Parents: 3cdea3f d7ebca7 Author: Suresh Subbiah <[email protected]> Authored: Wed Aug 10 22:59:11 2016 +0000 Committer: Suresh Subbiah <[email protected]> Committed: Wed Aug 10 22:59:11 2016 +0000 ---------------------------------------------------------------------- core/sql/bin/SqlciErrors.txt | 10 +- core/sql/common/ComSmallDefs.h | 4 + core/sql/common/NAString.cpp | 7 + core/sql/optimizer/RelSample.cpp | 1 - core/sql/regress/compGeneral/EXPECTED023 | 559 ++++++ core/sql/regress/compGeneral/FILTER023 | 36 + core/sql/regress/compGeneral/TEST023 | 273 +++ core/sql/regress/core/EXPECTED116 | 3 + core/sql/regress/executor/EXPECTED130 | 1 + core/sql/regress/hive/EXPECTED009 | 1 + core/sql/regress/privs1/EXPECTED132 | 5 + core/sql/regress/privs1/EXPECTED133 | Bin 26390 -> 27095 bytes core/sql/regress/privs1/EXPECTED141 | Bin 113222 -> 123489 bytes core/sql/regress/privs1/TEST132 | 2 +- core/sql/regress/privs2/EXPECTED138 | 24 +- core/sql/regress/privs2/EXPECTED140 | 25 +- core/sql/regress/seabase/EXPECTED002 | 61 +- core/sql/regress/seabase/EXPECTED012 | 1 + core/sql/regress/seabase/EXPECTED026 | 24 +- core/sql/regress/tools/runregr_compGeneral.ksh | 2 +- core/sql/sqlcomp/CmpSeabaseDDLcleanup.cpp | 5 +- core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp | 69 +- core/sql/sqlcomp/CmpSeabaseDDLmd.h | 25 + core/sql/sqlcomp/CmpSeabaseDDLtable.cpp | 8 +- core/sql/ustat/hs_auto.h | 4 +- core/sql/ustat/hs_cli.cpp | 831 +++++---- core/sql/ustat/hs_cli.h | 81 +- core/sql/ustat/hs_const.h | 11 +- core/sql/ustat/hs_globals.cpp | 1822 +++++++++++++------ core/sql/ustat/hs_globals.h | 110 +- core/sql/ustat/hs_la.cpp | 24 + core/sql/ustat/hs_la.h | 24 +- core/sql/ustat/hs_log.h | 21 +- core/sql/ustat/hs_parser.cpp | 4 + core/sql/ustat/hs_update.cpp | 3 - core/sql/ustat/hs_yacc.y | 65 +- 36 files changed, 2994 insertions(+), 1152 deletions(-) ----------------------------------------------------------------------
