You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2018/01/12 00:36:55 UTC

[2/2] trafodion git commit: Merge PR 1389 [TRAFOFION-2731] CodeCleanup: Removed the obsolete code in NAMemory and CliGlobals classes

Merge PR 1389 [TRAFOFION-2731] CodeCleanup: Removed the obsolete code in NAMemory and CliGlobals classes


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

Branch: refs/heads/master
Commit: 8b6a6bbeb0e7ea77fee09cfc0ac8fd74ca1913a0
Parents: 279ef7b 806e93b
Author: selvaganesang <se...@apache.org>
Authored: Fri Jan 12 00:35:37 2018 +0000
Committer: selvaganesang <se...@apache.org>
Committed: Fri Jan 12 00:35:57 2018 +0000

----------------------------------------------------------------------
 core/sql/arkcmp/CmpContext.cpp     |   2 +-
 core/sql/arkcmp/CmpStatement.cpp   |   2 +-
 core/sql/cli/Globals.cpp           |  68 +-------
 core/sql/cli/Globals.h             |  71 --------
 core/sql/common/NAAssert.h         |   7 -
 core/sql/common/NAMemory.cpp       | 291 ++++++++------------------------
 core/sql/common/NAMemory.h         | 135 +++------------
 core/sql/runtimestats/SqlStats.cpp |   5 +-
 core/sql/runtimestats/SqlStats.h   |   1 -
 9 files changed, 97 insertions(+), 485 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/8b6a6bbe/core/sql/arkcmp/CmpContext.cpp
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/trafodion/blob/8b6a6bbe/core/sql/arkcmp/CmpStatement.cpp
----------------------------------------------------------------------