This is an automated email from the ASF dual-hosted git repository.

selva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafodion.git.


    from f4fa651  Merge pull request #1798 from 
CoderSong2015/deleteNoUseCodeInMXOSRVR
     new 703f599  1. JULIANTIMESTAMP now uses clock_gettime with CLOCK_REALTIME 
by default. It can be    switched to earlier implementaion via setting env 
variable USE_LINUX_JULIANTIMESTAMP=0 2. Remove unwanted CQDs set by mxosrvr. 
GENERATE_EXPLAIN is not turned ON by mxosrvr.
     new 0da1062  A CQD CANCEL_QUERY_ALLOWED is introduced to complement the 
similar SSD for ease of setting in defaults table.
     new 09488f6  The new and delete operator without namespaces overrides all 
new and delete operations. This increases the pathlength of memory allocation 
and deallocation unnecessarily in release mode and the original intent of 
tracking new and delete not useful anymore. Hence this has been now enabled in 
debug mode only.
     new e988ab2  Merge pull request #1804 from selvaganesang/trafodion-3280

The 7041 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/conn/odbc/src/odbc/nsksrvr/SrvrConnect.cpp |  7 ++---
 core/sql/arkcmp/CmpConnection.cpp               |  2 ++
 core/sql/arkcmp/CmpConnection.h                 |  3 ++-
 core/sql/cli/SessionDefaults.cpp                |  2 +-
 core/sql/comexe/ComTdbControl.cpp               |  3 ++-
 core/sql/common/ComCextMisc.cpp                 | 34 +++++++++++++++++++++++--
 core/sql/common/ComRtUtils.cpp                  | 20 ---------------
 core/sql/common/ComRtUtils.h                    | 21 ++++++++++++++-
 core/sql/executor/ex_control.cpp                |  7 +++++
 core/sql/generator/Generator.cpp                |  2 ++
 core/sql/sqlcomp/DefaultConstants.h             |  1 +
 core/sql/sqlcomp/NewDel.cpp                     |  3 ++-
 core/sql/sqlcomp/NewDel.h                       |  3 ++-
 core/sql/sqlcomp/nadefaults.cpp                 |  2 ++
 14 files changed, 77 insertions(+), 33 deletions(-)

Reply via email to