Bug #69155 Wrong word: "value"
Submitted: 6 May 2013 14:14 Modified: 16 May 2013 18:40
Reporter: Al Savage Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any

[6 May 2013 14:14] Al Savage
Description:
Context:
"
The rules for escape sequences in option files differ slightly from the rules for escape sequences in string literals in SQL statements. In the latter context, if “x” is not a value escape sequence character, “\x” becomes “x” rather than “\x”.
"

In the latter sentence, it should read:
". . . if “x” is not a valid escape sequence character . . . "

How to repeat:
This incorrect word is present in documentation for all versions of "4.2.3.3. Using Option Files"

Suggested fix:
Replace:
" . . . not a value escape sequence character . . . "

With:
" . . . not a valid escape sequence character . . . "
[6 May 2013 14:25] MySQL Verification Team
Thank you for the bug report.
[16 May 2013 18:40] Daniel So
The word has been corrected in the reference manuals for versions 5.0, 5.1, 5.5, 5.6, and 5.7.