Merge TRAFODION-2327 pull 803 Reduce I/O's when loading objects into caches


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

Branch: refs/heads/master
Commit: 6ce6a8ea93d186b599fc3811d6be73b1ce34d485
Parents: 48f20cc 1c8f25b
Author: Roberta Marton <roberta.mar...@apache.org>
Authored: Tue Nov 1 00:18:24 2016 +0000
Committer: Roberta Marton <roberta.mar...@apache.org>
Committed: Tue Nov 1 00:18:24 2016 +0000

----------------------------------------------------------------------
 core/sql/cli/Cli.cpp                   |  44 ++++++-
 core/sql/cli/Cli.h                     |   9 +-
 core/sql/cli/CliExtern.cpp             |  81 +++++++++++-
 core/sql/cli/Context.cpp               | 194 ++++++++++++++++++++--------
 core/sql/cli/Context.h                 |  31 +++--
 core/sql/cli/SQLCLIdev.h               |   7 +
 core/sql/common/ComSecurityKey.cpp     |  82 ++++++++++++
 core/sql/common/ComSecurityKey.h       |   5 +
 core/sql/optimizer/BindRelExpr.cpp     |   6 +-
 core/sql/optimizer/NARoutine.cpp       |  26 ++--
 core/sql/optimizer/NATable.cpp         |  67 +++++-----
 core/sql/optimizer/NATable.h           |   2 +-
 core/sql/regress/privs1/TEST120        |   4 +
 core/sql/sqlcomp/CmpMain.cpp           |  39 ++++--
 core/sql/sqlcomp/CmpMain.h             |   1 -
 core/sql/sqlcomp/CmpSeabaseDDLauth.cpp |  18 +++
 core/sql/sqlcomp/CmpSeabaseDDLauth.h   |   6 +-
 17 files changed, 497 insertions(+), 125 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/6ce6a8ea/core/sql/optimizer/BindRelExpr.cpp
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/6ce6a8ea/core/sql/optimizer/NATable.cpp
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/6ce6a8ea/core/sql/sqlcomp/CmpMain.cpp
----------------------------------------------------------------------

Reply via email to