X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmysql.c;h=d15a055fe3296f70835e8e6daed68a46b37965bc;hb=44dcf2017576cbd398574ac66a732a5d2b179c3c;hp=d2d0b4bfc57a9ad695b592835cadd4707935fac0;hpb=32e0d9078b73eeb889b9a1e62be72ded48d33d7d;p=collectd.git diff --git a/src/mysql.c b/src/mysql.c index d2d0b4bf..d15a055f 100644 --- a/src/mysql.c +++ b/src/mysql.c @@ -534,7 +534,7 @@ static int mysql_read_slave_stats (mysql_database_t *db, MYSQL *con) ssnprintf (n.message, sizeof (n.message), "slave SQL thread started"); plugin_dispatch_notification (&n); - db->slave_sql_running = 0; + db->slave_sql_running = 1; } }