GitHub user anoopsharma00 opened a pull request:

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

    JIRA TRAFODION-1798 (ddl xns) and few other fixes, details below.

    -- support for sql part of ddl xns. Section 1 of JIRA TRAFODION-1798
    -- cqd ddl_transactions to enable or disable ddl xns.
       Default is currently off. Once it is tested, it will be turned on.
       Dev regressions are run with cqd set to ON
    -- get stmts run with read committed to get changes in current xns
    -- support for where preds with get stmts
    -- scan to pass in transid even if running with read uncommitted access.
       This enables rows modified in current xn to be returned.
    -- cleanup no longer return multiple duplicate error messages if
       objects id is not found.
    -- cleanup no longer includes internallay created schemas (_HV_ , _HB_)
       during cleanup operations.
    -- Correct error msg was not getting returned if an invalid index
       existed in table and the same index was created again.
    -- init traf, drop md views was giving an error if views didnt exist.
       That has been fixed.
    -- regressions with -diff option now show original file timestamps
       instead of the timestamp when the diff command was run.

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

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

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

    https://github.com/apache/incubator-trafodion/pull/346.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 #346
    
----
commit cd9f7a1ae65ac4aca485fb30b98daf8a1ccce885
Author: Cloud User <[email protected]>
Date:   2016-02-29T05:39:02Z

    JIRA TRAFODION-1798 (ddl xns) and few other fixes, details below.
    
    -- support for sql part of ddl xns. Section 1 of JIRA TRAFODION-1798
    -- cqd ddl_transactions to enable or disable ddl xns.
       Default is currently off. Once it is tested, it will be turned on.
       Dev regressions are run with cqd set to ON
    -- get stmts run with read committed to get changes in current xns
    -- support for where preds with get stmts
    -- scan to pass in transid even if running with read uncommitted access.
       This enables rows modified in current xn to be returned.
    -- cleanup no longer return multiple duplicate error messages if
       objects id is not found.
    -- cleanup no longer includes internallay created schemas (_HV_ , _HB_)
       during cleanup operations.
    -- Correct error msg was not getting returned if an invalid index
       existed in table and the same index was created again.
    -- init traf, drop md views was giving an error if views didnt exist.
       That has been fixed.
    -- regressions with -diff option now show original file timestamps
       instead of the timestamp when the diff command was run.

----


---
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