mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
fix compile error on unixes
This commit is contained in:
@@ -29,13 +29,14 @@
|
|||||||
#pragma comment(lib, "ws2_32")
|
#pragma comment(lib, "ws2_32")
|
||||||
#endif
|
#endif
|
||||||
my_bool have_tcpip=0;
|
my_bool have_tcpip=0;
|
||||||
extern pthread_key(struct st_my_thread_var*, THR_KEY_mysys);
|
|
||||||
static void my_win_init(void);
|
static void my_win_init(void);
|
||||||
static my_bool win32_init_tcp_ip();
|
static my_bool win32_init_tcp_ip();
|
||||||
#else
|
#else
|
||||||
#define my_win_init()
|
#define my_win_init()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
extern pthread_key(struct st_my_thread_var*, THR_KEY_mysys);
|
||||||
|
|
||||||
#define SCALE_SEC 100
|
#define SCALE_SEC 100
|
||||||
#define SCALE_USEC 10000
|
#define SCALE_USEC 10000
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user