From 6cf3b909e3ae581def2ee05f5a31ac4f3447e76c Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 22 Aug 2002 02:54:12 +0300 Subject: [PATCH] Updated changelog section. --- Docs/manual.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Docs/manual.texi b/Docs/manual.texi index 4ef34c33186..ae60e018b4e 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -50296,6 +50296,12 @@ each individual 4.0.x release. @itemize @bullet @item +Fixed a bug in @code{mysqladmin shutdown} when pid file was modified +while @code{mysqladmin} was still waiting for the previous one to +disappear. This could happen during a very quick restart and caused +@code{mysqladmin} to hang until @code{shutdown_timeout} seconds had +passed. +@item Don't increment warnings when setting @code{AUTO_INCREMENT} columns to @code{NULL} in @code{LOAD DATA INFILE}. @item