Bug #72360 wrong innodb_max_dirty_pages_pct default val in documentation
Submitted: 16 Apr 2014 17:39 Modified: 17 Apr 2014 18:22
Reporter: Shlomi Noach (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.5, 5.6 OS:Any
Assigned to: Daniel Price CPU Architecture:Any
Tags: innodb_max_dirty_pages_pct

[16 Apr 2014 17:39] Shlomi Noach
Description:
Documentation: http://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_max_dirty_page...
states default value for innodb_max_dirty_pages_pct is both 90  and 75 (find 90 first in table, then 75 follows on discussion).

75 is the correct one.

How to repeat:
read the docs

Suggested fix:
s/90/75/g
[16 Apr 2014 21:52] MySQL Verification Team
Thank you for the bug report.
[17 Apr 2014 18:22] Daniel Price
The default value has been corrected. Thank you for the bug report.