Bug #78030 grammar problem in error msg in mysql_config_editor.cc
Submitted: 11 Aug 2015 20:17 Modified: 11 Aug 2015 21:06
Reporter: Fred Battle Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S3 (Non-critical)
Version:5.6/5.7 OS:Any
Assigned to: CPU Architecture:Any

[11 Aug 2015 20:17] Fred Battle
Description:
Very minor issue.

This new error message in mysqlcom-pro-5.6.26/client/mysql_config_editor.cc has a minor grammar problem.

      my_perror("A parameter to mysql_config_editor exceeds the maximum "
                "accepted length. Please review the data you've supplied "
                "and try to shorten them permissible length.\n");

The last sentence should read, "...shorten the permissible length."

line 1211 in mysql_config_editor.cc

How to repeat:
View file in text editor.
[11 Aug 2015 21:06] MySQL Verification Team
Thank you for the bug report:

c:\ago08-2015\mysql-5.6\client>type mysql_config_editor.cc | findstr shorten
                "and try to shorten them permissible length.\n");