summaryrefslogtreecommitdiff
path: root/Docs/manual.texi
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-09-01 10:38:16 +0300
committerunknown <monty@hundin.mysql.fi>2001-09-01 10:38:16 +0300
commit9591abbd399bb4b85db9da458fba5ed972c97afa (patch)
treec8989889543a2c502ec6a75d58738675ffac837c /Docs/manual.texi
parent4295917682a23b6f8d493d9433b0b7c1f244c421 (diff)
downloadmariadb-git-9591abbd399bb4b85db9da458fba5ed972c97afa.tar.gz
Make killing of threads safer
Docs/manual.texi: Changelog sql/sql_insert.cc: Fix problem with INSERT DELAYED during shutdown
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r--Docs/manual.texi3
1 files changed, 3 insertions, 0 deletions
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