MXS-224: Added SQL commands to the log message at slave disconnect time

MXS-224: Added SQL commands to the log message at slave disconnect time
This commit is contained in:
MassimilianoPinto
2015-08-19 11:58:42 +02:00
parent 3f26c306c5
commit 895989446d
3 changed files with 6 additions and 2 deletions

View File

@ -207,6 +207,7 @@ typedef struct {
int n_bursts; /*< Number of bursts sent */
int n_requests; /*< Number of requests received */
int n_flows; /*< Number of flow control restarts */
int n_queries; /*< Number of SQL queries */
int n_upd;
int n_cb;
int n_cbna;