mariadb/storage/xtradb
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
..
api MDEV-6928: Add trx pointer to struct mtr_t 2014-10-24 22:26:31 +03:00
btr MDEV-6928: Add trx pointer to struct mtr_t 2014-10-24 22:26:31 +03:00
buf MDEV-6930: Make innodb_max_dirty_pages_pct my.cnf variable a double 2014-10-25 09:24:39 +03:00
data Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
dict XtraDB 5.5.40-36.1 2014-10-08 00:44:37 +02:00
dyn Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
eval Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
fil MDEV-6927: Share more structures 2014-10-25 08:21:52 +03:00
fsp Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
fts MDEV-6928: Add trx pointer to struct mtr_t 2014-10-24 22:26:31 +03:00
fut Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
ha Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
handler MDEV-6930: Make innodb_max_dirty_pages_pct my.cnf variable a double 2014-10-25 09:24:39 +03:00
ibuf xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
include MDEV-6930: Make innodb_max_dirty_pages_pct my.cnf variable a double 2014-10-25 09:24:39 +03:00
lock MDEV-6933: Spurious lock_wait_timeout_thread wakeup in lock_wait_suspend_thread() 2014-10-24 17:56:04 +03:00
log XtraDB 5.5.39-36.0 2014-10-06 20:06:39 +02:00
mach Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
mem MDEV-6184 10.0.11 merge 2014-05-06 10:21:34 +02:00
mtr MDEV-6184 10.0.11 merge 2014-05-06 10:21:34 +02:00
mysql-test/storage_engine Changes in storage_engine test suite: 2014-09-15 20:33:11 +04:00
os MDEV-6934: os_event_wait_time_low(): wait time calculation is messed up 2014-10-24 17:11:09 +03:00
page XtraDB 5.6.20-68.0 2014-09-11 16:44:16 +02:00
pars xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
que Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
read xtradb-5.6.19-67.0 2014-08-06 19:57:06 +02:00
rem xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
row MDEV-6928: Add trx pointer to struct mtr_t 2014-10-24 22:26:31 +03:00
srv MDEV-6930: Make innodb_max_dirty_pages_pct my.cnf variable a double 2014-10-25 09:24:39 +03:00
sync MDEV-6933: Spurious lock_wait_timeout_thread wakeup in lock_wait_suspend_thread() 2014-10-24 17:56:04 +03:00
trx MDEV-6928: Add trx pointer to struct mtr_t 2014-10-24 22:26:31 +03:00
usr Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
ut xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
CMakeLists.txt XtraDB 5.6.20-68.0 2014-09-11 16:44:16 +02:00
COPYING.Google
COPYING.Percona
Doxyfile merge with xtradb-5.5.15 2011-07-18 23:04:24 +02:00
ha_innodb.def