• Monty's avatar
    MDEV-17749 Kill during LOCK TABLE ; ALTER TABLE causes assert · aa284e02
    Monty authored
    The problem was that when LOCK TABLES where unwinded as part of
    a killed connection, unlink_all_closed_tables() did not like that
    there was uncommited transactions.
    Fixed by doing a rollback of any open transaction in this particular case.
    aa284e02
lock_kill.result 917 Bytes