GitHub user SuJinpei opened a pull request:

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

    [Trafodion-2937] the actual copied data is less than expected when copying 
data from MySQL to Trafodion

    **root cause:** During building extract command, odb tool will try to split 
the task into multithread if parallel, but the parallel is equal 1 here,  so it 
should still go to single thread branch. 
    **fixed by:**  only if parallel bigger than 1, odb go splitting branch.
    **Aditional fix:**  make code cleaner and odb support g++ 4.8.5

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

    $ git pull https://github.com/SuJinpei/incubator-trafodion trafodion-2937

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

    https://github.com/apache/trafodion/pull/1425.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 #1425
    
----
commit 7e05a8251ae81c401bd7845275a82061e99455b5
Author: SuJinpei <873118042@...>
Date:   2018-01-31T01:39:59Z

    fix Trafodion-2937

----


---

Reply via email to