Commit 75124c5d authored by Sergei Golubchik's avatar Sergei Golubchik

xtradb, windows, aio: fix the bad merge

parent a6926451
...@@ -1805,6 +1805,9 @@ os_file_create_func( ...@@ -1805,6 +1805,9 @@ os_file_create_func(
} else { } else {
*success = TRUE; *success = TRUE;
retry = FALSE; retry = FALSE;
if (srv_use_native_aio && ((attributes & FILE_FLAG_OVERLAPPED) != 0)) {
ut_a(CreateIoCompletionPort(file, completion_port, 0, 0));
}
} }
} while (retry); } while (retry);
......
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