Bug #77065 english error in ER_SLAVE_CHANNEL_MUST_STOP and ER_SLAVE_CHANNEL_NOT_RUNNING
Submitted: 18 May 2015 8:43 Modified: 8 Jun 2015 17:17
Reporter: João Gramacho Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any

[18 May 2015 8:43] João Gramacho
Description:
The error messages below should not have the "a" article as they are written in plural.

ER_SLAVE_CHANNEL_MUST_STOP
   eng "This operation cannot be performed with a running replication threads; run STOP SLAVE FOR CHANNEL '%s' first"

ER_SLAVE_CHANNEL_NOT_RUNNING
   eng "This operation requires a running replication threads; configure slave and run START SLAVE FOR CHANNEL '%s'"

How to repeat:
Check 'sql/share/errmsg-utf8.txt' file.

Suggested fix:
Remove the articles from the messages:

ER_SLAVE_CHANNEL_MUST_STOP
   eng "This operation cannot be performed with running replication threads; run STOP SLAVE FOR CHANNEL '%s' first"

ER_SLAVE_CHANNEL_NOT_RUNNING
   eng "This operation requires running replication threads; configure slave and run START SLAVE FOR CHANNEL '%s'"
[3 Feb 2016 20:37] Todd Farmer
Error messages updated.