1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

build on windows

This commit is contained in:
Sergei Golubchik
2011-11-02 12:26:30 +01:00
parent 952e4067ad
commit 7714adaef8
10 changed files with 19 additions and 24 deletions

View File

@@ -3,10 +3,6 @@
fixed so that it could compile and run in MySQL source tree
*/
#ifdef DBUG_OFF /* We are testing dbug */
#undef DBUG_OFF
#endif
#include <my_global.h> /* This includes dbug.h */
#include <my_pthread.h>
@@ -16,9 +12,6 @@ char *argv[];
{
register int result, ix;
extern int factorial(int);
#if defined(HAVE_PTHREAD_INIT)
pthread_init(); /* Must be called before DBUG_ENTER */
#endif
my_thread_global_init();
{