diff options
author | unknown <monty@narttu.mysql.fi> | 2003-05-15 00:31:12 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-05-15 00:31:12 +0300 |
commit | 57edc61b060add0c6d94cb0210643ba87e893874 (patch) | |
tree | 1553b8c9bf5820addec3737ab366811cbc0b40ae /strings/my_strtoll10.c | |
parent | 9f22d16669969dbbba5e9b1198e1623ef02c0289 (diff) | |
download | mariadb-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.c | 2 |
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 |