• Monty's avatar
    rpl.rpl_invoked_features fails sporadically with "Duplicate key error" · e5a5573f
    Monty authored
    The reason was that Event e11 was re-executed before
    "ALTER EVENT e11 DISABLE" had been executed.
    
    Fixed by increasing re-schedule time
    
    Other things:
    - Removed double accounting of 'execution_count'. It was incremented in
      top->mark_last_executed(thd) that was executed a few lines earlier.
    e5a5573f
rpl_invoked_features.test 8.06 KB