mariadb/storage/xtradb
Jan Lindström 78e31f0a2e MDEV-6931: Page cleaner should do LRU flushing regardless of server activity
Merge Facebook commit 926a077b14b73c14094de7fc7aa913241b801b4d
authored by Inaam Rana from https://github.com/facebook/mysql-5.6.

This is fix for upstream bugs
http://bugs.mysql.com/bug.php?id=71988
http://bugs.mysql.com/bug.php?id=70500

page_cleaner should work whether or not there is server activity.
Its iterations become a noop when there is no work to do but we
should not tie it to the server activity.

The page_cleaner thread does spurious background flushing
because of conditional sleep between iterations. The solution
is not to make sleep dependent on server activity etc.
2014-10-24 18:58:04 +03:00
..
api 5.5.40+ merge 2014-10-09 10:30:11 +02:00
btr XtraDB 5.6.20-68.0 2014-09-11 16:44:16 +02:00
buf MDEV-6931: Page cleaner should do LRU flushing regardless of server activity 2014-10-24 18:58:04 +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 XtraDB 5.6.20-68.0 2014-09-11 16:44:16 +02:00
fsp Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
fts XtraDB 5.6.20-68.0 2014-09-11 16:44:16 +02: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-6933: Spurious lock_wait_timeout_thread wakeup in lock_wait_suspend_thread() 2014-10-24 17:56:04 +03:00
ibuf xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
include XtraDB 5.5.40-36.1 2014-10-08 00:44:37 +02: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-6933: Spurious lock_wait_timeout_thread wakeup in lock_wait_suspend_thread() 2014-10-24 17:56:04 +03:00
srv MDEV-6533 - MySQL Bug#72718 - CACHE_LINE_SIZE in innodb should be 128 on POWER 2014-10-03 17:38:46 +04:00
sync MDEV-6933: Spurious lock_wait_timeout_thread wakeup in lock_wait_suspend_thread() 2014-10-24 17:56:04 +03:00
trx XtraDB 5.6.20-68.0 2014-09-11 16:44:16 +02: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