Loading innobase/os/os0sync.c +6 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,12 @@ os_event_create( TRUE, /* Manual reset */ FALSE, /* Initial state nonsignaled */ name); if (!event) { fprintf(stderr, "InnoDB: Could not create a Windows event semaphore; Windows error %lu\n", (ulint)GetLastError()); } ut_a(event); return(event); Loading Loading
innobase/os/os0sync.c +6 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,12 @@ os_event_create( TRUE, /* Manual reset */ FALSE, /* Initial state nonsignaled */ name); if (!event) { fprintf(stderr, "InnoDB: Could not create a Windows event semaphore; Windows error %lu\n", (ulint)GetLastError()); } ut_a(event); return(event); Loading