diff options
author | monty@hundin.mysql.fi <> | 2002-08-12 03:28:02 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-12 03:28:02 +0300 |
commit | b779b63862990857c2dd0456196529364ff02d1a (patch) | |
tree | 34d4d5eb2aef4b99d0518f461da41a331af8574e /mysys/my_init.c | |
parent | 0005f28b4ec6fdc73c83ea430f53f74103b26239 (diff) | |
download | mariadb-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.c | 3 |
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 *); */ |