changed stop/start slave error message
changed stop/start slave error message including errors code and status message ERROR 1254 (HY000): Slave connection is already running ERROR 1199 (HY000): Slave connection is not running
This commit is contained in:
@ -231,7 +231,7 @@ int rval;
|
||||
strcpy(version_string,tmp);
|
||||
}
|
||||
|
||||
ptr = strstr(tmp, "-embedded");
|
||||
ptr = strstr(version_string, "-embedded");
|
||||
if (ptr) {
|
||||
*ptr = '\0';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user