~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/os/os0thread.c

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
#ifdef __WIN__
32
32
#include <windows.h>
 
33
#else
 
34
#include <sys/select.h>
33
35
#endif
34
36
 
35
37
#ifndef UNIV_HOTBACKUP