Bug #88101 typo, 'the binlog and log_slave update options'
Submitted: 15 Oct 2017 13:24 Modified: 24 Oct 2017 10:57
Reporter: Shane Bester (Platinum Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Errors Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[15 Oct 2017 13:24] Shane Bester
Description:
Start mysqld with --skip-log-bin and you'll see in error log:

[ERROR] mysqld: slave_preserve_commit_order is not supported unless the binlog and log_slave update options are both enabled.

There is no such option as "log_slave update".

How to repeat:
mysqld --skip-log-bin --console

Suggested fix:
"slave_preserve_commit_order is not supported unless the binlog and log_slave_updates options are both enabled."
[15 Oct 2017 17:14] MySQL Verification Team
Thank you for the bug report.
[24 Oct 2017 10:57] Margaret Fisher
Posted by developer:
 
Minor fix, no changelog entry needed. Closing.