Version errors for SHOW SLAVE STATUS now only print once.

This commit is contained in:
Markus Makela
2015-06-29 10:24:16 +03:00
parent 5c7a30e9fe
commit 0062d9d2b7
4 changed files with 18 additions and 6 deletions

View File

@ -124,6 +124,7 @@ typedef enum
typedef struct monitor_servers {
SERVER *server; /**< The server being monitored */
MYSQL *con; /**< The MySQL connection */
bool log_version_err;
int mon_err_count;
unsigned int mon_prev_status;
unsigned int pending_status; /**< Pending Status flag bitmap */