Commit f0e42724 authored by Mikael Ronstrom's avatar Mikael Ronstrom

Fixed Windows bug in background IO patch

parent 11157d3c
...@@ -3734,7 +3734,7 @@ os_aio_windows_handle( ...@@ -3734,7 +3734,7 @@ os_aio_windows_handle(
ut_a(slot->reserved); ut_a(slot->reserved);
if (orig_seg != ULINT_UNDEFINED) { if (global_segment != ULINT_UNDEFINED) {
srv_set_io_thread_op_info(orig_seg, srv_set_io_thread_op_info(orig_seg,
"get windows aio return value"); "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