Replication Lag default is now -2

Replication Lag default is now -2

-1 will be used for no information available from slaves
This commit is contained in:
MassimilianoPinto
2014-07-01 10:21:13 +02:00
parent 34846a8b5a
commit 37eaf7b455

View File

@ -76,7 +76,7 @@ SERVER *server;
server->unique_name = NULL;
server->server_string = NULL;
server->node_id = -1;
server->rlag = -1;
server->rlag = -2;
server->node_ts = 0;
server->parameters = NULL;
server->master_id = -1;