Commit 2d6c0a54 authored by Kristian Nielsen's avatar Kristian Nielsen

Merge pull request #39 from...

Merge pull request #39 from openquery/MDEV-7977-mutex-unlock_LOCK_log-in-MYSQL_BIN_LOG_write_incident

MDEV-7977 MYSQL_BIN_LOG::write_incident failing to release LOCK_log
parents 44d1e85f 85660d73
......@@ -5784,6 +5784,10 @@ bool MYSQL_BIN_LOG::write_incident(THD *thd)
if (check_purge)
purge();
}
else
{
mysql_mutex_unlock(&LOCK_log);
}
DBUG_RETURN(error);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment