• Sergey Vojtovich's avatar
    BUG#36966 - mysqldump.test fails in pushbuild · f8b219ee
    Sergey Vojtovich authored
    mysqldump.test is designed to run with concurrent inserts
    disabled. It is disabling concurrent inserts at the very
    beginning of the test case, and re-enables them at the
    bottom of the test. But for some reason (likely incorrect
    merge) we enable concurrent inserts in the middle of the test.
    
    The problem is fixed by enabling concurrent inserts only
    at the bottom of the test case.
    f8b219ee
mysqldump.test 61.6 KB