mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix for SAFE_MUTEX on windows
Docs/manual.texi: cleanup include/my_pthread.h: Fix for SAFEMUTEX under windows mysys/my_thr_init.c: Fix for SAFEMUTEX under windows mysys/my_winthread.c: Fix for SAFEMUTEX under windows mysys/thr_mutex.c: Fix for SAFEMUTEX under windows sql/mysqld.cc: Remove unused code sql/sql_table.cc: Fix filename comparison on Windows support-files/Makefile.am: Added magic file
This commit is contained in:
@ -1872,9 +1872,6 @@ pthread_handler_decl(handle_connections_sockets,arg __attribute__((unused)))
|
||||
struct sockaddr_in cAddr;
|
||||
int ip_flags=0,socket_flags=0,flags;
|
||||
Vio *vio_tmp;
|
||||
#ifdef __WIN__
|
||||
my_thread_init();
|
||||
#endif
|
||||
DBUG_ENTER("handle_connections_sockets");
|
||||
|
||||
LINT_INIT(new_sock);
|
||||
|
Reference in New Issue
Block a user