summaryrefslogtreecommitdiff
path: root/Docs/manual.texi
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-08-06 22:20:11 +0300
committermonty@hundin.mysql.fi <>2002-08-06 22:20:11 +0300
commit5fadf19295e31a0332de4f1ed3362ba1ce51e4ab (patch)
treec1cde424f5333f37da341972b63a2e9c323f4f39 /Docs/manual.texi
parent842e8fca83d85e5a5cc6a1f75b3c61ecca9e3130 (diff)
downloadmariadb-git-5fadf19295e31a0332de4f1ed3362ba1ce51e4ab.tar.gz
Fixed problem with make distcheck
Fixed bug in automatic repair of MyISAM tables where table cache was not locked properly
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r--Docs/manual.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index a9eef29f11a..52c1887a13e 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46935,7 +46935,8 @@ Fixed problem with @code{GROUP BY} on result with expression that created a
@item
Fixed problem with privilege tables when downgrading from 4.0.2 to 3.23.
@item
-Fixed thread bug in @code{SLAVE START} and @code{SLAVE STOP}.
+Fixed thread bug in @code{SLAVE START}, @code{SLAVE STOP} and automatic repair
+of MyISAM tables that could cause table cache to be corrupted.
@item
Fixed possible thread related key-cache-corruption problem with
@code{OPTIMIZE TABLE} and @code{REPAIR TABLE}.