From bb550cc98e6e88b494de2e4db3fb2998ede51e64 Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.fi" <> Date: Thu, 15 Mar 2001 00:10:51 +0200 Subject: [PATCH] Updated changelog --- Docs/manual.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/manual.texi b/Docs/manual.texi index 999bb67250b..0fe4c004e22 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -42104,6 +42104,8 @@ Updated the documentation about @code{GEMINI} tables. Fixed thread-hang-bug in @code{INSERT DELAYED} when inserting @code{NULL} into an @code{AUTO_INCREMENT} column. @item +Fixed thread-hang bug in @code{CHECK TABLE} / @code{REPAIR TABLE}. +@item @code{REPLACE} will not replace a row that conflicts with an @code{auto_increment} generated key. @item