summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-09-04 01:25:34 +0300
committermonty@hundin.mysql.fi <>2001-09-04 01:25:34 +0300
commit0b2af6bdfdea07361a53fcdb2b3123f7db7ad0b4 (patch)
treec0eafd444d485cadb6d63aa0e7039389526e282c /Docs
parent3a3d1e28e5c6966c4e8b740443869f9857a557b3 (diff)
downloadmariadb-git-0b2af6bdfdea07361a53fcdb2b3123f7db7ad0b4.tar.gz
Ensure that libmysqlclient doesn't use raid
Fix problem with MyISAM and rows of length 65517-65520
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 365f80bd549..ae2fc7facc9 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46707,6 +46707,9 @@ not yet 100% confident in this code.
@appendixsubsec Changes in release 3.23.42
@itemize @bullet
@item
+Fixed problem with @code{REPAIR TABLE} on MyISAM tables with row lengths
+between 65517 - 65520 bytes
+@item
Fixed rare hang when doing @code{mysqladmin shutdown} when there was
a lot of activity in other threads.
@item