1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
Files
mariadb/mysql-test/suite/sys_vars/t
Jan Lindström 60e995cfec MDEV-6930: Make innodb_max_dirty_pages_pct my.cnf variable a double
Merged Facebook commit ecff018632c6db49bad73d9233c3cdc9f41430e9
authored by Steaphan Greene from https://github.com/facebook/mysql-5.6

This change is to fix: http://bugs.mysql.com/62534

This makes innodb_max_dirty_pages_pct a double with min,default,max values
0.001, 75, 99.999.

This also makes innodb_max_dirty_pages_pct_lwm and adaptive_flushing_lwm
doubles, as these sysvars are inter-dependent.

Added more to the BUFFER POOL AND MEMORY section of SHOW INNODB STATUS:
Percent pages dirty: X.X
This is all n_dirty_pages / used_pages
Percent all pages dirty: X.X
This is all n_dirty_pages / all-pages
Max dirty pages percent: X.X
This is innodb_max_dirty_pages_pct

Also changed all of buf from 2 to 3 digits of precision (%.2f -> %.3f).
2014-10-25 09:24:39 +03:00
..
2011-10-19 21:45:18 +02:00
2012-03-09 08:06:59 +01:00
2012-01-13 15:50:02 +01:00
2013-09-12 21:26:15 +02:00
2012-10-18 23:33:06 +02:00
2011-11-22 18:04:38 +01:00
2011-11-22 18:04:38 +01:00
2011-11-22 18:04:38 +01:00
2009-12-22 12:05:51 +01:00
2011-10-19 21:45:18 +02:00
2011-10-19 21:45:18 +02:00
2010-09-21 11:16:20 +02:00
2012-10-01 13:15:29 +02:00
2012-10-01 13:15:29 +02:00
2012-09-27 20:09:46 +02:00
2012-09-27 20:09:46 +02:00
2012-10-01 13:15:29 +02:00
2014-01-22 15:29:36 +01:00
2010-11-25 18:17:28 +01:00
2011-10-19 21:45:18 +02:00
2011-04-25 17:22:25 +02:00
2014-01-09 22:01:12 +02:00