diff options
author | monty@mashka.mysql.fi <> | 2002-08-05 18:10:53 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-08-05 18:10:53 +0300 |
commit | 621b5da80e2c141aa7d7f2931ff7f57e406d1269 (patch) | |
tree | 35b9b7d0d96ac96efa5d2dc6ab3a58ef497f1a6a /Docs | |
parent | 8a38deea44cebe0355645d0f1b0cd44a5bee28c0 (diff) | |
download | mariadb-git-621b5da80e2c141aa7d7f2931ff7f57e406d1269.tar.gz |
Fixed bug with GROUP BY on NULL fields.
(Merge of code from 4.0)
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 5c871944d94..0d7604b436b 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46928,6 +46928,9 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.52 @itemize @bullet @item +Fixed problem with @code{GROUP BY} on result with expression that created a +@code{BLOB} field. +@item Fixed problem with privilege tables when downgrading from 4.0.2 to 3.23. @item Fixed thread bug in @code{SLAVE START} and @code{SLAVE STOP}. |