summaryrefslogtreecommitdiff
path: root/strings/strto.c
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-03-18 03:19:20 +0200
committermonty@narttu.mysql.fi <>2003-03-18 03:19:20 +0200
commitc2fa342d537b52f042ea3789f220df6cee6a6a74 (patch)
treeda8cf393b1fa3a8b2096289ccb606a372e734759 /strings/strto.c
parent052edd98d426a4738c88f6f63870c3ecfffeae84 (diff)
parent85de222334f89a95bb60554b537d84c3bdc5a627 (diff)
downloadmariadb-git-c2fa342d537b52f042ea3789f220df6cee6a6a74.tar.gz
Merge with 3.23 to get fix for halloween problem on Update of InnoDB tables
Diffstat (limited to 'strings/strto.c')
-rw-r--r--strings/strto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/strings/strto.c b/strings/strto.c
index c98b19a7e67..bd0c8e38fde 100644
--- a/strings/strto.c
+++ b/strings/strto.c
@@ -35,6 +35,8 @@
it can be compiled with the UNSIGNED and/or LONGLONG flag set
*/
+#define strtoll glob_strtoll /* Fix for True64 */
+
#include <my_global.h>
#include "m_string.h"
#include "m_ctype.h"