C.1.14. Release Notes for MySQL Enterprise 5.0.44sp1 [QSP] (01 August 2007)
This is a Service Pack release of the MySQL Enterprise Server 5.0.
This section documents all changes and bug fixes that have been
applied since the last MySQL Enterprise Server release (5.0.44).
Bugs fixed:
Using the DATE() function in a
WHERE clause did not return any records after
encountering NULL. However, using
TRIM or CAST produced the
correct results.
(Bug#29898)
For a table with a DATE column
date_col such that selecting rows
with WHERE date_col =
'date_val 00:00:00' yielded
a non-empty result, adding GROUP BY
date_col caused the result
to be empty.
(Bug#29729)
User Comments
Add your own comment.