mariadb/storage/xtradb/os
Jan Lindström f0debf2feb MDEV-6934: os_event_wait_time_low(): wait time calculation is messed up
Merged Facebook commit bdab302a7e3c37da21a1bffe1550cdbe6c906695
by Inaam Rana from https://github.com/facebook/mysql-5.6.

In os_event_wait_time_low() the logic to calculate abs_time
for wait is broken. The bug has been present at least since
5.5. It gets acutely sensitized when sub-second wait intervals
are passed. It is particularly relevant to us because the
page_cleaner thread will mostly request sub-second wait
intervals. This can potentially lead to a near tight loop
behaviour of page_cleaner with much less sleep then what we'd
actually expect.
2014-10-24 17:11:09 +03:00
..
os0file.cc XtraDB 5.6.20-68.0 2014-09-11 16:44:16 +02:00
os0proc.cc Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
os0stacktrace.cc 5.5 merge 2014-09-16 14:03:17 +02:00
os0sync.cc MDEV-6934: os_event_wait_time_low(): wait time calculation is messed up 2014-10-24 17:11:09 +03:00
os0thread.cc Percona-Server-5.6.15-rel63.0.tar.gz merge 2014-02-26 19:21:23 +01:00