Commit f2f1d75d authored by unknown's avatar unknown

os0file.c Remove a compilation error on Windows


innobase/os/os0file.c:
  Remove a compilation error on Windows
parent 9aa50a83
......@@ -1413,7 +1413,7 @@ os_aio(
return(TRUE);
}
goto error_handling;
err = 1; /* Fall through the next if */
}
#endif
if (err == 0) {
......
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