You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by partnation <gi...@git.apache.org> on 2018/01/22 09:15:20 UTC

[GitHub] trafodion pull request #1410: TRAFODION-2922 fix return incorrect affect row...

GitHub user partnation opened a pull request:

    https://github.com/apache/trafodion/pull/1410

    TRAFODION-2922 fix return incorrect affect row count

    The batchRowCount array is used to store rowcount for each batch sql comman,it should be the return value of ist_.getRowCount() . BatchRowCount_new twice, apply for extra memory.

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

    $ git pull https://github.com/partnation/trafodion master

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

    https://github.com/apache/trafodion/pull/1410.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 #1410
    
----
commit 53cacb8d98df64fb715c57cd75d09aedd2dae2e2
Author: Li Ze <ze...@...>
Date:   2018-01-22T09:00:13Z

    TRAFODION-2922 fix return incorrect affect row count

----


---

[GitHub] trafodion pull request #1410: TRAFODION-2922 fix return incorrect affect row...

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

    https://github.com/apache/trafodion/pull/1410


---