summaryrefslogtreecommitdiff
path: root/strings/strto.c
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-08-21 20:06:00 +0300
committermonty@hundin.mysql.fi <>2001-08-21 20:06:00 +0300
commit063a1a6557ad2c501f4da9a47e633fb191ee2e00 (patch)
treecc0b5646a48d97a66571d12ba2d4c29f6c1059e5 /strings/strto.c
parent301af97d4a1e09ce7da0d8ee63c13210a786891d (diff)
downloadmariadb-git-063a1a6557ad2c501f4da9a47e633fb191ee2e00.tar.gz
Portability fixes.
Patches required by Gemini Fix to properly detect if there is an active transaction in InnoDB Fix to not lock thread structure when doing automatic rollback when thread ends Allow -O lower_case_names=0 on UNIX
Diffstat (limited to 'strings/strto.c')
-rw-r--r--strings/strto.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/strings/strto.c b/strings/strto.c
index e2423ed2340..64b1c9a5ae9 100644
--- a/strings/strto.c
+++ b/strings/strto.c
@@ -42,6 +42,10 @@
#include "my_sys.h" /* defines errno */
#include <errno.h>
+#undef strtoull
+#undef strtoll
+#undef strtoul
+#undef strtol
#ifdef USE_LONGLONG
#define UTYPE_MAX (~(ulonglong) 0)
#define TYPE_MIN LONGLONG_MIN