mysql plugin: Added support for "slave notifications".
authorSebastian Harl <sh@tokkee.org>
Fri, 20 Mar 2009 18:32:57 +0000 (19:32 +0100)
committerSebastian Harl <sh@tokkee.org>
Fri, 20 Mar 2009 20:53:43 +0000 (21:53 +0100)
commitfa25bf332f94d30a31d5179fd846ffbdea296eef
treee47556d8aad7c2b668365f199af2c5a92830fafe
parentd3174880008828faeb471693a014f75675cccdda
mysql plugin: Added support for "slave notifications".

The new boolean config option "SlaveNotifications" may be used to enable
notifications if the replication slave I/O and / or SQL threads are not
running (and the respective OKAY notifications). Since this is somewhat
related to the time offset between master and slave, "time_offset" is used for
the type information stored in the notification.
src/mysql.c