Bug #69026 minor issues with server's --help --verbose text
Submitted: 21 Apr 2013 17:35 Modified: 13 Mar 2019 10:48
Reporter: Shane Bester (Platinum Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Options Severity:S3 (Non-critical)
Version:5.6.11 OS:Any
Assigned to: CPU Architecture:Any

[21 Apr 2013 17:35] Shane Bester
Description:
Minor spelling/grammar problems with servers help text:

Typo:
"This option adds to the list speficied by"
"The default storage engine for new explict temporary"

Missing space:
"mysql.general_logif --log-output=TABLE is used"

eg is not a word:
"whenever possible (eg, blob column was not changed or is"

Missing space after period:
"statements before terminating.This variable is deprecated"
"room in the queue again.This variable is deprecated along"
"will be not used.This variable is deprecated along with"
"events.The least possible value must be not less than the"

How to repeat:
mysqld --no-defaults --help --verbose |grep "This option adds to the list speficied by"
mysqld --no-defaults --help --verbose |grep "The default storage engine for new explict temporary"
mysqld --no-defaults --help --verbose |grep "mysql.general_logif --log-output=TABLE is used"
mysqld --no-defaults --help --verbose |grep "whenever possible (eg, blob column was not changed or is"
mysqld --no-defaults --help --verbose |grep "statements before terminating.This variable is deprecated"
mysqld --no-defaults --help --verbose |grep "room in the queue again.This variable is deprecated along"
mysqld --no-defaults --help --verbose |grep "will be not used.This variable is deprecated along with"
mysqld --no-defaults --help --verbose |grep "events.The least possible value must be not less than the"
[13 Mar 2019 10:48] Paul DuBois
Posted by developer:
 
Fixed in 8.0.17.

Cosmetic changes. No changelog entry needed.