diff options
author | unknown <serg@build.mysql.com> | 2004-02-27 14:40:08 +0100 |
---|---|---|
committer | unknown <serg@build.mysql.com> | 2004-02-27 14:40:08 +0100 |
commit | ada82a3daac420bcd873df37ced77ed258edf0f2 (patch) | |
tree | 48ae627b412e8309d8d11ffd3c565f967dff1baa /mysql-test/r | |
parent | 5fea4d81453ffe7c68cc0191124644ad0cbc8a68 (diff) | |
download | mariadb-git-ada82a3daac420bcd873df37ced77ed258edf0f2.tar.gz |
do not use static array of pastpoints in my_strtod - it is not portable
(that is, these numbers are converted to doubles by a local OS strtod,
and on different systems they get different values)
sql/item_strfunc.cc:
no need to check for HAVE_ISNAN here, it is taken care of in my_global.h
strings/strtod.c:
do not use static array of pastpoints - it is not portable
(that is, these numbers are converted to doubles by a local OS strtod,
and on different systems they get different values)
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'mysql-test/r')
0 files changed, 0 insertions, 0 deletions