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 89db1bb  Merge pull request #1826 from DaveBirdsall/Trafodion3294
     new bdbfcbe  Optimizing and avoiding unnecessary function calls shown as 
hot spots in jprofile
     new 99c35ba  Optimizing and avoiding unnecessary function calls shown as 
hot spots in jprofile - part-II
     new 3584aef  Cleaned up and ensured that JDBC driver conforms to 
transaction handling via Connection.commit and Connection.rollback. The 
transaction is always started by the database engine when it needs the 
transaction.
     new 1b4e6bf  Optimizing and avoiding unnecessary function calls shown as 
hot spots in jprofile - part-II
     new 2b14af5  Optimizing and avoiding unnecessary function calls shown as 
hot spots in jprofile - part-IIa
     new c8bcb9f  Fix to ensure that trafci returns the correct status message 
of the recent sql command instead of returning "--- SQL operation complete" 
always.
     new 75a4e3f  Fix to ensure infostats command from trafci works as expected.
     new c5c37f7  Fix for the failure of testLTrimFunction, testTrimFunction 
and testRTrimFunction of VariableLengthPKTest in phoenix T4 tests.
     new 7524606  Fix for phoenix T2 tests in FunkyNamesTest
     new 3db753f  [TRAFODION-3280] Reduce path length in Trafodion for improved 
performance and scalability
     new 869fbde  Merge pull request #1824 from selvaganesang/trafodion-3280_3

The 7108 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:
 .../java/org/trafodion/jdbc/t4/InputOutput.java    |   56 +-
 .../org/trafodion/jdbc/t4/InterfaceConnection.java |   10 +-
 .../org/trafodion/jdbc/t4/InterfaceStatement.java  |  202 +---
 .../java/org/trafodion/jdbc/t4/T4Connection.java   |    7 +-
 .../java/org/trafodion/jdbc/t4/T4Properties.java   |    4 +-
 .../java/org/trafodion/jdbc/t4/T4ResultSet.java    |   33 +-
 .../java/org/trafodion/jdbc/t4/T4Statement.java    |   53 +-
 .../main/java/org/trafodion/jdbc/t4/TRANSPORT.java |    7 +
 .../trafodion/jdbc/t4/TrafT4CallableStatement.java |   23 +-
 .../org/trafodion/jdbc/t4/TrafT4Connection.java    |   23 +-
 .../trafodion/jdbc/t4/TrafT4PreparedStatement.java |   68 +-
 .../org/trafodion/jdbc/t4/TrafT4ResultSet.java     |   30 +-
 .../org/trafodion/jdbc/t4/TrafT4Statement.java     |   28 +-
 .../apache/trafodion/jdbc/t2/SQLMXResultSet.java   |   17 +-
 core/conn/odbc/src/odbc/nsksrvr/SrvrConnect.cpp    | 1059 +-------------------
 .../odbc/src/odbc/nsksrvrcore/sqlinterface.cpp     |   22 +-
 core/conn/odbc/src/odbc/nsksrvrcore/srvrothers.cpp |    4 +-
 core/sqf/sql/scripts/install_traf_components       |    5 +-
 core/sql/common/Ipc.cpp                            |   37 -
 core/sql/common/NAMemory.cpp                       |    6 +-
 core/sql/common/arkcmp_proc.cpp                    |    4 +-
 core/sql/exp/ExpPCodeOptsNativeExpr.cpp            |    4 +-
 core/sql/generator/GenExplain.cpp                  |    2 +-
 core/sql/optimizer/CmpProcess.h                    |    3 +-
 core/sql/optimizer/InliningInfo.cpp                |    1 -
 core/sql/optimizer/NATable.cpp                     |    7 +-
 core/sql/optimizer/opt.cpp                         |    2 +-
 core/sql/qmscommon/QRLogger.cpp                    |    4 +-
 core/sql/runtimestats/SqlStats.cpp                 |    2 +-
 core/sql/sqlcomp/CmpMain.cpp                       |   13 +-
 tests/phx/phoenix_test.py                          |   13 +-
 .../trafodion/phoenix/end2end/FunkyNamesTest.java  |    7 +-
 32 files changed, 243 insertions(+), 1513 deletions(-)

Reply via email to