Skip to content

Commit

Permalink
fix semisync plugin locking: rpl.rpl_semi_sync_uninstall_plugin failed
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Jan 31, 2015
1 parent 863cfb3 commit 6f12cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/rpl_handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6f12cfd

Please sign in to comment.