summaryrefslogtreecommitdiff
path: root/include/m_string.h
diff options
context:
space:
mode:
authorunknown <serg@janus.mylan>2007-10-19 00:32:51 +0200
committerunknown <serg@janus.mylan>2007-10-19 00:32:51 +0200
commitfd4ca26dfc9f7b6783d568d319d61a7fefd21ee4 (patch)
tree7f090641023cec494a31ddd05c2109e96555147a /include/m_string.h
parent59b0303e8e1f458a9c9f7f125687eeb20a928d38 (diff)
downloadmariadb-git-fd4ca26dfc9f7b6783d568d319d61a7fefd21ee4.tar.gz
mysys/my_getopt.c
always process uint/ulong using ulonglong (unsigned) code dbug printout for adjusted option values strings/llstr.c ullstr() - the unsigned brother of llstr() include/m_string.h: ullstr() - the unsigned brother of llstr() mysql-test/t/variables.test: test adjusted for 32bit mysys/my_getopt.c: always process uint/ulong using ulonglong (unsigned) code dbug printout for adjusted option values strings/llstr.c: ullstr() - the unsigned brother of llstr()
Diffstat (limited to 'include/m_string.h')
-rw-r--r--include/m_string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_string.h b/include/m_string.h
index 036eb8fe4d6..c24bfd7aa6c 100644
--- a/include/m_string.h
+++ b/include/m_string.h
@@ -203,6 +203,7 @@ double my_strtod(const char *str, char **end, int *error);
double my_atof(const char *nptr);
extern char *llstr(longlong value,char *buff);
+extern char *ullstr(longlong value,char *buff);
#ifndef HAVE_STRTOUL
extern long strtol(const char *str, char **ptr, int base);
extern ulong strtoul(const char *str, char **ptr, int base);