From: RafaƂ Radecki Date: December 13 2012 10:22am Subject: Semisynchrounous replication - how to clear Rpl_semi_sync_master_no_tx/_times. List-Archive: http://lists.mysql.com/mysql/228809 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Hi all. I would like to clear values off Rpl_semi_sync_master_no_tx and Rpl_semi_sync_master_no_times status variables because I am plugging a sync replication setup into nagios. I've tried: mysql> SET global Rpl_semi_sync_master_no_tx=0; ERROR 1193 (HY000): Unknown system variable 'Rpl_semi_sync_master_no_tx' mysql> SET global Rpl_semi_sync_master_no_times=0; ERROR 1193 (HY000): Unknown system variable 'Rpl_semi_sync_master_no_times' Is there a way to clear these counters? Best regards, Rafal Radecki.