From 1b0895abc756298939ff7dc6bbf0caee50b6ed1e Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 29 Oct 2002 21:30:34 +0200 Subject: Updated changelog --- Docs/manual.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Docs') diff --git a/Docs/manual.texi b/Docs/manual.texi index cb0f2236bb9..2314c51a92a 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -47012,6 +47012,11 @@ Changed initialisation of @code{RND()} to make it less predicatable. Fixed problem with @code{GROUP BY} on result with expression that created a @code{BLOB} field. @item +Fixed problem with @code{GROUP BY} on columns that have NULL values. To +solve this we now create an MyISAM temporary table when doing a group by +on a possible NULL item. In MySQL 4.0.5 we can again use in memory HEAP +tables for this case. +@item Fixed problem with privilege tables when downgrading from 4.0.2 to 3.23. @item Fixed thread bug in @code{SLAVE START}, @code{SLAVE STOP} and automatic repair -- cgit v1.2.1 From 0a5ed3de92c42928e03251ec87dfd1039cccb0b6 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 5 Nov 2002 00:04:36 +0200 Subject: Fix to get core file on Linux Docs/manual.texi: ChangeLog sql/mysqld.cc: Write info about writing core file to stderr --- Docs/manual.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Docs') diff --git a/Docs/manual.texi b/Docs/manual.texi index 2314c51a92a..7291abae07e 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46930,6 +46930,8 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.54 @itemize @item +Fixed that @code{--core-file} works on Linux (at least on kernel 2.4.18). +@item Fixed a problem with BDB and @code{ALTER TABLE}. @item Fixed reference to freed memory when doing complicated @code{GROUP BY -- cgit v1.2.1