Fixed Windows bug in background IO patch

This commit is contained in:
Mikael Ronstrom 2008-10-16 09:10:30 +02:00
parent 11157d3c56
commit f0e42724ad

View file

@ -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");
}