• Monty's avatar
    rpl.rpl_invoked_features fails sporadically with "Duplicate key error" · 22ffe4dd
    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.
    22ffe4dd
rpl_invoked_features.test 8.06 KB