mysql plugin: Added support for master/slave statistics.
authorSebastian Harl <sh@tokkee.org>
Fri, 20 Mar 2009 17:23:51 +0000 (18:23 +0100)
committerSebastian Harl <sh@tokkee.org>
Fri, 20 Mar 2009 17:23:51 +0000 (18:23 +0100)
commite50ee93879e8f7c0f0688e4b4dfe87ca40d0e6d1
treec63295a6ee9b282c10e4070d46cb3d3beac46d17
parentf4b51235d3457598435c395d1a537897868edef3
mysql plugin: Added support for master/slave statistics.

MySQL replication master and slave statistics may be enabled using the newly
added boolean config options "MasterStats" and "SlaveStats". In the first
case, the position in the binlog is collected while in the later case the
read and exec positions in the master log as well as the value of the
Seconds_Behind_Master variable are collected.

For the log positions, the counter type "mysql_log_position" has been
introduced while "time_offset" is used for the Seconds_Behind_Master values.
src/mysql.c
src/types.db