[MDEV-6930] Make innodb_max_dirty_pages_pct my.cnf variable a double Created: 2014-10-24 Updated: 2014-10-25 Resolved: 2014-10-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.0.14 |
| Fix Version/s: | 10.0.15 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | innodb, xtradb | ||
| Issue Links: |
|
||||||||
| Description |
|
Made innodb_max_dirty_pages_pct my.cnf variable a double Summary: This change is to fix: http://bugs.mysql.com/62534 This makes innodb_max_dirty_pages_pct a double with min,default,max values This also makes innodb_max_dirty_pages_pct_lwm and adaptive_flushing_lwm Added more to the BUFFER POOL AND MEMORY section of SHOW INNODB STATUS: Also changed all of buf from 2 to 3 digits of precision (%.2f -> %.3f). |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-10-25 ] |
|
revno: 4460 Merged Facebook commit ecff018632c6db49bad73d9233c3cdc9f41430e9 This change is to fix: http://bugs.mysql.com/62534 This makes innodb_max_dirty_pages_pct a double with min,default,max values This also makes innodb_max_dirty_pages_pct_lwm and adaptive_flushing_lwm Added more to the BUFFER POOL AND MEMORY section of SHOW INNODB STATUS: Also changed all of buf from 2 to 3 digits of precision (%.2f -> %.3f). |