mariadb/os
inaam 99e250d407 branches/zip bug#42885 rb://148
The call to put IO threads to sleep was most probably meant for Windows
only as the comment in buf0rea.c suggests. However it was enabled on
all platforms. This patch restricts the sleep call to windows. This
approach of not putting threads to sleep makes even more sense because
now we have multiple threads working in the background and it probably
is not a good idea to put all of them to sleep because a user thread
wants to post a batch for readahead.

Approved by: Marko
2009-08-26 13:34:35 +00:00
..
os0file.c branches/zip bug#42885 rb://148 2009-08-26 13:34:35 +00:00
os0proc.c branches/zip: os_process_set_priority_boost(): Unused, remove. 2009-06-30 11:14:01 +00:00
os0sync.c branches/zip: os_event_create_auto(): Unused, remove. 2009-06-30 10:03:00 +00:00
os0thread.c branches/zip: Add @file comments, and convert decorative 2009-05-25 09:52:29 +00:00