You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by anoopsharma00 <gi...@git.apache.org> on 2017/12/09 21:20:43 UTC

[GitHub] incubator-trafodion pull request #1333: JIRA TRAFODION-2834 Streamline suppo...

GitHub user anoopsharma00 opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/1333

    JIRA TRAFODION-2834 Streamline supported xn access modes

    More details in jira.
    
    traf DTM only supports 'read committed access' for selects
    and 'set transaction ' stmts.
    With this checkin, only those 2 options will be allowed.
    All other access options will return an error.
    Read uncommitted access will be treated as read committed.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/anoopsharma00/incubator-trafodion ansharma_traf_xn_deliver_br

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/1333.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1333
    
----
commit 6dd81240697f689ce26b93021d17d4f602044c77
Author: Anoop Sharma <an...@esgyn.com>
Date:   2017-12-09T21:18:13Z

    JIRA TRAFODION-2834 Streamline supported xn access modes
    
    traf DTM only supports 'read committed access' for selects
    and 'set transaction ' stmts.
    With this checkin, only those 2 options will be allowed.
    All other access options will return an error.
    Read uncommitted access will be treated as read committed.

----


---

[GitHub] incubator-trafodion pull request #1333: JIRA TRAFODION-2834 Streamline suppo...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-trafodion/pull/1333


---