diff options
author | monty@narttu.mysql.fi <> | 2003-03-18 03:19:20 +0200 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-03-18 03:19:20 +0200 |
commit | c2fa342d537b52f042ea3789f220df6cee6a6a74 (patch) | |
tree | da8cf393b1fa3a8b2096289ccb606a372e734759 /strings/strto.c | |
parent | 052edd98d426a4738c88f6f63870c3ecfffeae84 (diff) | |
parent | 85de222334f89a95bb60554b537d84c3bdc5a627 (diff) | |
download | mariadb-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.c | 2 |
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" |