You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug 19895502 - BINARY LOG GROUP COMMIT CAUSES REGRESSION FOR NDB REPLICATION.
A call to ha_flush_logs - introdueced by WL5223 in MYSQL_BIN_LOG::new_file_impl-
causes a deadlock in the Ndb handler implementation of
ha_flush_logs(), because it is now called after Binlog is locked
(Lock_log). This lock prevents ha_flush_logs() from writing to Binlog
causing deadlock.
ha_flush_logs is now used as storage engine checkpointing and thus not relevant
for Ndb. Removing it.
0 commit comments