author | Sebastian Harl <sh@tokkee.org> | |
Fri, 20 Mar 2009 17:23:51 +0000 (18:23 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 20 Mar 2009 17:23:51 +0000 (18:23 +0100) | ||
commit | e50ee93879e8f7c0f0688e4b4dfe87ca40d0e6d1 | |
tree | c63295a6ee9b282c10e4070d46cb3d3beac46d17 | tree | snapshot |
parent | f4b51235d3457598435c395d1a537897868edef3 | commit | diff |
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.
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 | diff | blob | history | |
src/types.db | diff | blob | history |