• Monty's avatar
    Fixed double free issue in events · 09c7f78c
    Monty authored
    Server crashed during shutdown with:
    "corrupted double-linked list"
    when running mysql_upgrade multiple times against the server.
    
    Reason was that db_repostitory could be freed twice.
    09c7f78c
events.cc 38.6 KB