We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a6075 commit 9f46223Copy full SHA for 9f46223
storage/myisam/mi_create.c
@@ -22,6 +22,7 @@
22
23
#ifdef _WIN32
24
#include <fcntl.h>
25
+#include <process.h>
26
#endif
27
#include <m_ctype.h>
28
storage/myisam/mi_log.c
@@ -21,6 +21,7 @@
21
#include "myisamdef.h"
#undef GETPID /* For HPUX */
storage/myisam/mi_open.c
@@ -33,6 +33,7 @@
33
34
35
36
37
38
39
static void setup_key_functions(MI_KEYDEF *keyinfo);
0 commit comments