Bug #73582 | Documentation says group commit for the binary log works only if sync_binlog=0 | ||
---|---|---|---|
Submitted: | 14 Aug 2014 12:18 | Modified: | 29 Sep 2014 16:48 |
Reporter: | Przemyslaw Malkowski | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.6 5.7 | OS: | Any |
Assigned to: | David Moss | CPU Architecture: | Any |
Tags: | binary log, Group Commit |
[14 Aug 2014 12:18]
Przemyslaw Malkowski
[14 Aug 2014 13:58]
MySQL Verification Team
Hello Przemyslaw, Thank you for the report. Thanks, Umesh
[29 Sep 2014 16:48]
David Moss
The documentation for version 5.6 and 5.7 was updated and the incorrect sentence removed. The changes are visible here: http://dev.mysql.com/doc/refman/5.6/en/innodb-performance-group_commit.html http://dev.mysql.com/doc/refman/5.7/en/innodb-performance-group_commit.html For version 5.5: http://dev.mysql.com/doc/refman/5.5/en/innodb-performance-group_commit.html the sentence was modified to read: When binary logging is enabled, to avoid synchronizing every transaction set sync_binlog=0.