From f30b0eacedb213edc35f19ecdd861cd4bf1e8d87 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 10 Sep 2002 23:47:30 +0200 Subject: [PATCH] changelog --- Docs/manual.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Docs/manual.texi b/Docs/manual.texi index 7d4fc48c437..d7840113a1b 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -50393,6 +50393,13 @@ each individual 4.0.x release. @itemize @bullet @item +Fixed a bug, that caused MySQL to create unusable MyISAM tables, when key +length (in @code{CREATE TABLE}) exceeded 500 bytes. +@item +Fixed a bug with constant expression (e.g. field of a one-row table, or field +from a table, referenced by a @code{UNIQUE} key) appeared in @code{ORDER BY} +part of @code{SELECT DISTINCT}. +@item @code{--log-binary=a.b.c} now properly strips of @code{.b.c}. @item @code{FLUSH LOGS} removed numerical extension for all future update logs.