summaryrefslogtreecommitdiff
path: root/mysys/my_init.c
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-08-12 03:28:02 +0300
committermonty@hundin.mysql.fi <>2002-08-12 03:28:02 +0300
commitb779b63862990857c2dd0456196529364ff02d1a (patch)
tree34d4d5eb2aef4b99d0518f461da41a331af8574e /mysys/my_init.c
parent0005f28b4ec6fdc73c83ea430f53f74103b26239 (diff)
downloadmariadb-git-b779b63862990857c2dd0456196529364ff02d1a.tar.gz
Fixed problem with BIGINT and shutdown on AIX
Moved IF(test,column,NULL) code to 4.0 Changed mysys_priv.h to include my_pthread.h or my_no_pthread.h. Removed some CR's in os2 files.
Diffstat (limited to 'mysys/my_init.c')
-rw-r--r--mysys/my_init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysys/my_init.c b/mysys/my_init.c
index 3bc87fd179d..31e49731c94 100644
--- a/mysys/my_init.c
+++ b/mysys/my_init.c
@@ -21,9 +21,6 @@
#include "m_ctype.h"
#include <m_string.h>
#include <m_ctype.h>
-#ifdef THREAD
-#include <my_pthread.h>
-#endif
#ifdef HAVE_GETRUSAGE
#include <sys/resource.h>
/* extern int getrusage(int, struct rusage *); */