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.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

Reply via email to