Fixed SELECT
with grouping on
BLOB
columns not to return incorrect
BLOB
info. Grouping, sorting and distinct
on BLOB
columns will not yet work as
expected (probably it will group/sort by the first 7
characters in the BLOB
). Grouping on
formulas with a fixed string size (use
MID()
on a BLOB
)
should work.
When doing a full join (no direct keys) on multiple tables
with BLOB
fields, the
BLOB
was garbage on output.
Fixed DISTINCT
with calculated columns.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.