Added new general error message

Added new general error message
Added
Slave_IO_Running: No
Slave_SQL_Running: No

when slave is stopped
This commit is contained in:
MassimilianoPinto
2015-06-09 16:46:41 +02:00
parent 1cbc7d6e7f
commit d94ac9c637
2 changed files with 24 additions and 10 deletions

View File

@ -1254,9 +1254,9 @@ const char *mysql_error_msg = NULL;
const char *mysql_state = NULL;
GWBUF *errbuf = NULL;
mysql_errno = 2003;
mysql_errno = 1064;
mysql_error_msg = "An errorr occurred ...";
mysql_state = "HY000";
mysql_state = "42000";
field_count = 0xff;
gw_mysql_set_byte2(mysql_err, mysql_errno);