summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-09-14 02:54:33 +0300
committermonty@hundin.mysql.fi <>2001-09-14 02:54:33 +0300
commit7cadc6e711cedf2d8cfd9809616b9e521927f4b7 (patch)
tree633afdf8fdbda69f1a5a66b706478fa9e37cf0f8 /extra
parente28586e005f913b8ba328d9a099b10a8158647ee (diff)
downloadmariadb-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')
-rw-r--r--extra/comp_err.c2
-rw-r--r--extra/my_print_defaults.c2
-rw-r--r--extra/perror.c2
-rw-r--r--extra/replace.c2
-rw-r--r--extra/resolve_stack_dump.c2
-rw-r--r--extra/resolveip.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/extra/comp_err.c b/extra/comp_err.c
index f7b68ff0891..71b20371142 100644
--- a/extra/comp_err.c
+++ b/extra/comp_err.c
@@ -17,7 +17,7 @@
/* Saves all errmesg in a header file, updated by me, in a compact file */
-#include <global.h>
+#include <my_global.h>
#include <m_ctype.h>
#include <my_sys.h>
#include <m_string.h>
diff --git a/extra/my_print_defaults.c b/extra/my_print_defaults.c
index 316d91ef7b3..4f4b9fecb51 100644
--- a/extra/my_print_defaults.c
+++ b/extra/my_print_defaults.c
@@ -22,7 +22,7 @@
** Written by Monty
*/
-#include <global.h>
+#include <my_global.h>
#include <my_sys.h>
#include <getopt.h>
diff --git a/extra/perror.c b/extra/perror.c
index 5fc1f75785b..28a1d217f3e 100644
--- a/extra/perror.c
+++ b/extra/perror.c
@@ -19,7 +19,7 @@
#define PERROR_VERSION "2.6"
-#include <global.h>
+#include <my_global.h>
#include <my_sys.h>
#include <m_string.h>
#include <errno.h>
diff --git a/extra/replace.c b/extra/replace.c
index ef3abda5cc5..358186e27a6 100644
--- a/extra/replace.c
+++ b/extra/replace.c
@@ -38,7 +38,7 @@
*/
#define DONT_USE_RAID
-#include <global.h>
+#include <my_global.h>
#include <m_ctype.h>
#include <my_sys.h>
#include <m_string.h>
diff --git a/extra/resolve_stack_dump.c b/extra/resolve_stack_dump.c
index bda23a41efd..94be4a5654a 100644
--- a/extra/resolve_stack_dump.c
+++ b/extra/resolve_stack_dump.c
@@ -20,7 +20,7 @@
*/
#define DONT_USE_RAID
-#include <global.h>
+#include <my_global.h>
#include <m_ctype.h>
#include <my_sys.h>
#include <m_string.h>
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