mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Fixed Windows bug in background IO patch
This commit is contained in:
parent
11157d3c56
commit
f0e42724ad
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue