GitHub user DaveBirdsall opened a pull request:

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

    [TRAFODION-1819] Disallow UPDATE STATS in a user transaction

    UPDATE STATS sometimes does DDL and DML under the covers, and likes to 
start its own transactions for this purpose. Trafodion doesn't support mixed 
DDL and DML in the same transaction. Therefore, it makes sense for UPDATE STATS 
to check for a user transaction up front, and raise an error if there is one 
running.

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

    $ git pull https://github.com/DaveBirdsall/incubator-trafodion Trafodion1819

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

    https://github.com/apache/incubator-trafodion/pull/313.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 #313
    
----
commit 6073986a03d19be327619976559e59772b43c9e7
Author: Dave Birdsall <[email protected]>
Date:   2016-02-09T21:15:40Z

    Disallow UPDATE STATS in a user transaction

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to