• unknown's avatar
    MDEV-5196: Server hangs or assertion `!thd->wait_for_commit_ptr' fails on... · 9c8da4ed
    unknown authored
    MDEV-5196: Server hangs or assertion `!thd->wait_for_commit_ptr' fails on MASTER_POS_WAIT with slave-parallel-threads > 0
    
    Fix a couple of issues in MDEV-4506, Parallel replication:
    
     - Missing mysql_cond_signal(), which could cause hangs.
    
     - Fix incorrect update of old-style replication position.
    
     - Change assertion to error handling (can trigger on manipulated/
       corrupt binlog).
    9c8da4ed
rpl_rli.cc 56.4 KB