Loading innobase/os/os0thread.c +2 −2 Original line number Diff line number Diff line Loading @@ -139,8 +139,8 @@ os_thread_sleep( #else struct timeval t; t.tv_sec = 0; t.tv_usec = tm; t.tv_sec = tm / 1000000; t.tv_usec = tm % 1000000; select(0, NULL, NULL, NULL, &t); #endif Loading Loading
innobase/os/os0thread.c +2 −2 Original line number Diff line number Diff line Loading @@ -139,8 +139,8 @@ os_thread_sleep( #else struct timeval t; t.tv_sec = 0; t.tv_usec = tm; t.tv_sec = tm / 1000000; t.tv_usec = tm % 1000000; select(0, NULL, NULL, NULL, &t); #endif Loading