mariadb/storage/innobase/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 InnoDB 5.6.20 2014-09-11 16:42:54 +02:00
os0proc.cc Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03: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 InnoDB 5.6.15 merge. 2014-02-26 19:36:33 +01:00