mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +03:00
There was hanging at binlog_commit by a thread executing autocommit query. The hang appeared to be due to an overly condtion for early return from binlog_commit introduced by bug#20265 fix. Fixed with reverting the logic back to 5.0 version.