mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
os0file.c:
Added #ifdef around is_set in os_aio_print
This commit is contained in:
parent
09e845b99c
commit
6ba5a57009
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue