summaryrefslogtreecommitdiff
path: root/strings/strto.c
diff options
context:
space:
mode:
authorunknown <monty@narttu.mysql.fi>2003-03-18 02:51:16 +0200
committerunknown <monty@narttu.mysql.fi>2003-03-18 02:51:16 +0200
commitcf97cbd1db762c443aa3c1412f3e788559aaa5dd (patch)
tree56e522f3b2b2b8377449166173697dc2e9f1e7ff /strings/strto.c
parentd5292ebfb668db3832ab8808ca5d594a3728de0b (diff)
downloadmariadb-git-cf97cbd1db762c443aa3c1412f3e788559aaa5dd.tar.gz
Fix of 'halloween bug' with UPDATE of InnoDB tables.
mysql-test/r/innodb.result: Test of 'halloween bug' mysql-test/t/innodb.test: Test of 'halloween bug' strings/strto.c: Portability fix
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 d3392c794e9..54ff2214f60 100644
--- a/strings/strto.c
+++ b/strings/strto.c
@@ -36,6 +36,8 @@
it can be compiled with the UNSIGNED and/or LONGLONG flag set
*/
+#define strtoll glob_strtoll /* Fix for True64 */
+
#include <global.h>
#include "m_string.h"
#include "m_ctype.h"