Bug #9061 | DECIMAL Precision (was Negative Zero) | ||
---|---|---|---|
Submitted: | 8 Mar 2005 22:51 | Modified: | 11 Mar 2005 23:34 |
Reporter: | Frederick Aubert | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.2 | OS: | MacOS (MacOS X) |
Assigned to: | CPU Architecture: | Any |
[8 Mar 2005 22:51]
Frederick Aubert
[11 Mar 2005 23:33]
Jorge del Conde
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html
[11 Mar 2005 23:34]
Jorge del Conde
Tested in 5.0.3 from our src repos: mysql> SELECT SUM(Value) FROM Test; +------------+ | SUM(Value) | +------------+ | 0.000000 | +------------+ 1 row in set (0.00 sec)