Bug #97417 Typo in Group Replication Settings docs
Submitted: 29 Oct 2019 13:33 Modified: 5 Nov 2019 14:50
Reporter: Hrvoje Matijakovic Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0 5.7 OS:Any
Assigned to: CPU Architecture:Any

[29 Oct 2019 13:33] Hrvoje Matijakovic
Description:
On the https://dev.mysql.com/doc/refman/8.0/en/group-replication-configuring-instances.html under Group Replication Settings first line of code is missing closing '.

If you c/p that code without the closing ' server won't start.

Same line in 5.7 docs is also missing the '. 

How to repeat:
Copy/Paste the suggested code into the config file and try to start the server.

Suggested fix:
Add the missing ' on the first line.

plugin_load_add='group_replication.so

should be:

plugin_load_add='group_replication.so'
[29 Oct 2019 14:09] MySQL Verification Team
Thank you for the bug report.
[5 Nov 2019 14:50] Margaret Fisher
Posted by developer:
 
Thanks very much for pointing this out, I've corrected the code examples.