summaryrefslogtreecommitdiff
path: root/dbug/my_main.c
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2011-11-02 12:26:30 +0100
committerSergei Golubchik <sergii@pisem.net>2011-11-02 12:26:30 +0100
commit7714adaef85cb7d83b1624db2198aec40ddefa24 (patch)
tree8a9059db14b7e408d98e964777efcda3bf7c9760 /dbug/my_main.c
parent952e4067ad54f87394bf48a2a6beb286a1613d8f (diff)
downloadmariadb-git-7714adaef85cb7d83b1624db2198aec40ddefa24.tar.gz
build on windows
Diffstat (limited to 'dbug/my_main.c')
-rw-r--r--dbug/my_main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/dbug/my_main.c b/dbug/my_main.c
index 48d092ca10a..d8bffe662e2 100644
--- a/dbug/my_main.c
+++ b/dbug/my_main.c
@@ -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();
{