Commit 6f12cfdc authored by Sergei Golubchik's avatar Sergei Golubchik

fix semisync plugin locking: rpl.rpl_semi_sync_uninstall_plugin failed

parent 863cfb3f
......@@ -300,7 +300,7 @@ int Binlog_storage_delegate::after_sync(THD *thd,
flags|= BINLOG_GROUP_COMMIT_TRAILER;
int ret= 0;
FOREACH_OBSERVER(ret, after_sync, thd,
FOREACH_OBSERVER(ret, after_sync, false,
(&param, log_file+dirname_length(log_file), log_pos, flags));
return ret;
......
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