From 9591abbd399bb4b85db9da458fba5ed972c97afa Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 1 Sep 2001 10:38:16 +0300 Subject: Make killing of threads safer Docs/manual.texi: Changelog sql/sql_insert.cc: Fix problem with INSERT DELAYED during shutdown --- Docs/manual.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Docs/manual.texi') diff --git a/Docs/manual.texi b/Docs/manual.texi index ced2acd39d3..47e2f79887a 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46712,6 +46712,9 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.42 @itemize @bullet @item +Fixed rare hang when doing @code{mysqladmin shutdown} when there was +a lot of activity in other threads. +@item Fixed problem with @code{INSERT DELAYED} where delay thread could be hanging on @code{upgrading locks} without any apparent reasons. @item -- cgit v1.2.1