From f0e42724adb243e91ff2c640631f7dd143b683dd Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Thu, 16 Oct 2008 09:10:30 +0200 Subject: [PATCH] Fixed Windows bug in background IO patch --- storage/innobase/os/os0file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/innobase/os/os0file.c b/storage/innobase/os/os0file.c index 167b94710e8..dd25c976073 100644 --- a/storage/innobase/os/os0file.c +++ b/storage/innobase/os/os0file.c @@ -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"); }