diff options
author | monty@hundin.mysql.fi <> | 2001-09-14 02:54:33 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-14 02:54:33 +0300 |
commit | 7cadc6e711cedf2d8cfd9809616b9e521927f4b7 (patch) | |
tree | 633afdf8fdbda69f1a5a66b706478fa9e37cf0f8 /extra/resolveip.c | |
parent | e28586e005f913b8ba328d9a099b10a8158647ee (diff) | |
download | mariadb-git-7cadc6e711cedf2d8cfd9809616b9e521927f4b7.tar.gz |
Changed to use my_global.h
Fixed problem with LIKE with latin1_de
Added parsing support of UNSIGNED LONG LONG
Diffstat (limited to 'extra/resolveip.c')
-rw-r--r-- | extra/resolveip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/resolveip.c b/extra/resolveip.c index d6cfee9bb4c..fbd9fe65523 100644 --- a/extra/resolveip.c +++ b/extra/resolveip.c @@ -19,7 +19,7 @@ #define RESOLVE_VERSION "2.0" -#include <global.h> +#include <my_global.h> #include <sys/types.h> #include <sys/socket.h> #ifndef HAVE_BROKEN_NETINET_INCLUDES |