summaryrefslogtreecommitdiff
path: root/strings/my_strtoll10.c
diff options
context:
space:
mode:
authorunknown <monty@narttu.mysql.fi>2003-05-15 00:31:12 +0300
committerunknown <monty@narttu.mysql.fi>2003-05-15 00:31:12 +0300
commit57edc61b060add0c6d94cb0210643ba87e893874 (patch)
tree1553b8c9bf5820addec3737ab366811cbc0b40ae /strings/my_strtoll10.c
parent9f22d16669969dbbba5e9b1198e1623ef02c0289 (diff)
downloadmariadb-git-57edc61b060add0c6d94cb0210643ba87e893874.tar.gz
Fixed new bug in ORDER BY
mysql-test/r/create.result: Update for new error messages mysql-test/r/type_blob.result: Update for new error messages strings/my_strtoll10-x86.s: Faster str->longlong strings/my_strtoll10.c: Updated comments
Diffstat (limited to 'strings/my_strtoll10.c')
-rw-r--r--strings/my_strtoll10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/my_strtoll10.c b/strings/my_strtoll10.c
index 0bef961f770..cf324fb4468 100644
--- a/strings/my_strtoll10.c
+++ b/strings/my_strtoll10.c
@@ -33,7 +33,7 @@ static unsigned long lfactor[9]=
Convert a string to an to unsigned long long integer value
SYNOPSYS
- str2ull10(char *nptr, char **enptr, *long error)
+ my_strtoll10()
nptr in pointer to the string to be converted
endptr in/out pointer to the end of the string/
pointer to the stop character