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 2019/05/29 02:35:36 UTC

[trafodion] branch master updated (6b0cca1 -> 9838d0f)

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 6b0cca1  Merge pull request #1841 from DaveBirdsall/Trafodion3309
     new 487c11f  [TRAFODION-3310] Commit transaction needs to be complete before returning to the caller
     new ba2f69c  [TRAFODION-3310] Commit transaction needs to be complete before returning to the caller
     new 16159a7  Fix for the check PR failures with commit ba2f69cc9fa7ca7e2264068fd2c39ecd0a128c94
     new 9838d0f  Merge pull request #1842 from selvaganesang/commit_nowait

The 7156 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/sqf/src/tm/tminfo.cpp           |  12 ----
 core/sqf/src/tm/tminfo.h             |   3 -
 core/sqf/src/tm/tmtx.cpp             |   6 --
 core/sql/cli/Cli.cpp                 |  12 +---
 core/sql/cli/Context.cpp             |   4 +-
 core/sql/cli/Context.h               |   2 +-
 core/sql/cli/Statement.cpp           |   5 +-
 core/sql/cli/sqlcli.h                |   2 -
 core/sql/common/ComTransInfo.h       |   2 +-
 core/sql/executor/ExExeUtilCli.cpp   |   2 +-
 core/sql/executor/ex_transaction.cpp | 103 ++---------------------------------
 core/sql/executor/ex_transaction.h   |  19 +------
 core/sql/parser/sqlparser.y          |  16 ------
 core/sql/qmscommon/QRQueries.cpp     |   1 -
 core/sql/sqlci/SqlciCmd.cpp          |   2 +-
 15 files changed, 13 insertions(+), 178 deletions(-)