Support for SHOW WARNINGS

Support for SHOW WARNINGS
This commit is contained in:
MassimilianoPinto
2015-09-04 22:30:02 +02:00
parent 697e108072
commit f25b6389fc
2 changed files with 153 additions and 8 deletions

View File

@ -315,6 +315,7 @@ typedef struct router_slave {
struct router_slave *next;
SLAVE_STATS stats; /*< Slave statistics */
time_t connect_time; /*< Connect time of slave */
char *warning_msg; /*< Warning message */
#if defined(SS_DEBUG)
skygw_chk_t rses_chk_tail;
#endif