Bug #88810 Minor typo in plugin.cc code for SPM and EUEC check
Submitted: 7 Dec 2017 11:17 Modified: 23 Jan 2018 12:05
Reporter: Narendra Singh Chauhan Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Group Replication Severity:S3 (Non-critical)
Version:5.7.21 OS:Any
Assigned to: CPU Architecture:Any

[7 Dec 2017 11:17] Narendra Singh Chauhan
Description:
There is a TYPO in the code:
2017-12-07T10:49:16.430719Z 0 [ERROR] [000000] Plugin group_replication reported: 'Is is not allowed to run single primary mode with 'enforce_update_everywhere_checks' enabled.'

code snippet:-
1643     log_message(MY_ERROR_LEVEL,
1644                 "Is is not allowed to run single primary mode with "
1645                 "'enforce_update_everywhere_checks' enabled.");

How to repeat:
Check above

Suggested fix:
s/Is is not allowed/It is not allowed/
[23 Jan 2018 12:05] David Moss
Posted by developer:
 
This seems minor enough to not require a change log entry. Closing.
[23 Apr 2018 13:42] Nuno Carvalho
Fixed on 8.0.11
[31 May 2018 14:51] David Moss
Reclosing.