• unknown's avatar
    Fix race in testcase innodb_plugin.group_commit · 94b02220
    unknown authored
    The problem was that connection con5, which is supposed to be the leader for
    the third group, could if timing was bad end up as participant in the second
    group, causing the test to fail.
    
    Fixed by ensuring that group 2 is running before starting the transaction
    for group 3.
    94b02220
group_commit.test 3.75 KB