Loading VC++Files/libmysqld/libmysqld.dsp +0 −4 Original line number Diff line number Diff line Loading @@ -396,10 +396,6 @@ SOURCE=..\sql\protocol.cpp # End Source File # Begin Source File SOURCE=..\sql\protocol_cursor.cpp # End Source File # Begin Source File SOURCE=..\sql\records.cpp # End Source File # Begin Source File Loading VC++Files/sql/mysqld.dsp +0 −4 Original line number Diff line number Diff line Loading @@ -1283,10 +1283,6 @@ SOURCE=.\protocol.cpp # End Source File # Begin Source File SOURCE=.\protocol_cursor.cpp # End Source File # Begin Source File SOURCE=.\records.cpp !IF "$(CFG)" == "mysqld - Win32 Release" Loading VC++Files/test1/mysql_thr.c +2 −2 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ typedef CRITICAL_SECTION pthread_mutex_t; #define pthread_mutex_lock(A) (EnterCriticalSection(A),0) #define pthread_mutex_unlock(A) LeaveCriticalSection(A) #define pthread_mutex_destroy(A) DeleteCriticalSection(A) #define pthread_handler_decl(A,B) unsigned __cdecl A(void *B) #define pthread_handler_t unsigned __cdecl * typedef unsigned (__cdecl *pthread_handler)(void *); #define pthread_self() GetCurrentThread() Loading Loading @@ -155,7 +155,7 @@ int _my_errno(void) ** The test program *****************************************************************************/ pthread_handler_decl(test_thread,arg) pthread_handler_t test_thread(void *arg) { MYSQL mysql; MYSQL_RES *res; Loading VC++Files/thr_test/thr_test.c +2 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ typedef CRITICAL_SECTION pthread_mutex_t; #define pthread_mutex_lock(A) (EnterCriticalSection(A),0) #define pthread_mutex_unlock(A) LeaveCriticalSection(A) #define pthread_mutex_destroy(A) DeleteCriticalSection(A) #define pthread_handler_decl(A,B) unsigned __cdecl A(void *B) #define pthread_handler_t unsigned __cdecl * typedef unsigned (__cdecl *pthread_handler)(void *); #define pthread_self() GetCurrentThread() Loading Loading @@ -174,7 +174,7 @@ int _my_errno(void) ** The test program *****************************************************************************/ pthread_handler_decl(test_thread,arg) pthread_handler_t test_thread(void *arg) { pthread_mutex_lock(&LOCK_thread_count); thread_count--; Loading client/mysql.cc +0 −1 Original line number Diff line number Diff line Loading @@ -1014,7 +1014,6 @@ static int read_and_execute(bool interactive) unsigned long clen; do { line= my_cgets((char*)tmpbuf.ptr(), tmpbuf.alloced_length()-1, &clen); buffer.append(line, clen); /* if we got buffer fully filled than there is a chance that Loading Loading
VC++Files/libmysqld/libmysqld.dsp +0 −4 Original line number Diff line number Diff line Loading @@ -396,10 +396,6 @@ SOURCE=..\sql\protocol.cpp # End Source File # Begin Source File SOURCE=..\sql\protocol_cursor.cpp # End Source File # Begin Source File SOURCE=..\sql\records.cpp # End Source File # Begin Source File Loading
VC++Files/sql/mysqld.dsp +0 −4 Original line number Diff line number Diff line Loading @@ -1283,10 +1283,6 @@ SOURCE=.\protocol.cpp # End Source File # Begin Source File SOURCE=.\protocol_cursor.cpp # End Source File # Begin Source File SOURCE=.\records.cpp !IF "$(CFG)" == "mysqld - Win32 Release" Loading
VC++Files/test1/mysql_thr.c +2 −2 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ typedef CRITICAL_SECTION pthread_mutex_t; #define pthread_mutex_lock(A) (EnterCriticalSection(A),0) #define pthread_mutex_unlock(A) LeaveCriticalSection(A) #define pthread_mutex_destroy(A) DeleteCriticalSection(A) #define pthread_handler_decl(A,B) unsigned __cdecl A(void *B) #define pthread_handler_t unsigned __cdecl * typedef unsigned (__cdecl *pthread_handler)(void *); #define pthread_self() GetCurrentThread() Loading Loading @@ -155,7 +155,7 @@ int _my_errno(void) ** The test program *****************************************************************************/ pthread_handler_decl(test_thread,arg) pthread_handler_t test_thread(void *arg) { MYSQL mysql; MYSQL_RES *res; Loading
VC++Files/thr_test/thr_test.c +2 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ typedef CRITICAL_SECTION pthread_mutex_t; #define pthread_mutex_lock(A) (EnterCriticalSection(A),0) #define pthread_mutex_unlock(A) LeaveCriticalSection(A) #define pthread_mutex_destroy(A) DeleteCriticalSection(A) #define pthread_handler_decl(A,B) unsigned __cdecl A(void *B) #define pthread_handler_t unsigned __cdecl * typedef unsigned (__cdecl *pthread_handler)(void *); #define pthread_self() GetCurrentThread() Loading Loading @@ -174,7 +174,7 @@ int _my_errno(void) ** The test program *****************************************************************************/ pthread_handler_decl(test_thread,arg) pthread_handler_t test_thread(void *arg) { pthread_mutex_lock(&LOCK_thread_count); thread_count--; Loading
client/mysql.cc +0 −1 Original line number Diff line number Diff line Loading @@ -1014,7 +1014,6 @@ static int read_and_execute(bool interactive) unsigned long clen; do { line= my_cgets((char*)tmpbuf.ptr(), tmpbuf.alloced_length()-1, &clen); buffer.append(line, clen); /* if we got buffer fully filled than there is a chance that Loading