Commit 3e4add06 authored by Mikael Ronstrom's avatar Mikael Ronstrom

Fixed Windows bug in background IO patch

parent 008a13b8
......@@ -3734,7 +3734,7 @@ os_aio_windows_handle(
ut_a(slot->reserved);
if (orig_seg != ULINT_UNDEFINED) {
if (global_segment != ULINT_UNDEFINED) {
srv_set_io_thread_op_info(orig_seg,
"get windows aio return value");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment