mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
d8dee8cb32
rpl_semi_sync_master_wait_sessions was reset by FLUSH STATUS, which could cause the master fail to wake up waiting sessions and result in master timeout waiting for slave reply. rpl_semi_sync_master_wait_session should not be reset, this problem is fixed by this patch. plugin/semisync/semisync_master_plugin.cc: Change wait_sessions from SHOW_LONG back to SHOW_FUNC so that it will not be reset by FLUSH STATUS. |
||
---|---|---|
.. | ||
configure.in | ||
Makefile.am | ||
plug.in | ||
semisync.cc | ||
semisync.h | ||
semisync_master.cc | ||
semisync_master.h | ||
semisync_master_plugin.cc | ||
semisync_slave.cc | ||
semisync_slave.h | ||
semisync_slave_plugin.cc |