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 /BitKeeper | |
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 'BitKeeper')
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 1f05efb9b08..f9577075ede 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -121,6 +121,7 @@ salle@geopard.online.bg salle@vafla.home salle@vafla.online.bg sasha@mysql.sashanet.com +serg@build.mysql.com serg@build.mysql2.com serg@serg.mylan serg@serg.mysql.com |