mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fix semisync plugin locking: rpl.rpl_semi_sync_uninstall_plugin failed
This commit is contained in:
@ -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,
|
||||
(¶m, log_file+dirname_length(log_file), log_pos, flags));
|
||||
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user