os0file.c:

Added #ifdef around is_set in os_aio_print
This commit is contained in:
rburnett@build.mysql.com 2004-09-23 17:53:46 +02:00
parent 09e845b99c
commit 6ba5a57009

View file

@ -2965,9 +2965,11 @@ os_aio_print(
srv_io_thread_op_info[i],
srv_io_thread_function[i]);
#ifndef __WIN__
if (os_aio_segment_wait_events[i]->is_set) {
fprintf(file, " ev set");
}
#endif
fprintf(file, "\n");
}