summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-06-04 22:59:12 +0300
committermonty@hundin.mysql.fi <>2002-06-04 22:59:12 +0300
commitb0aa96dd81a2212dbf7f7ae33bd49f7408ca73b0 (patch)
tree3db4b964ebda2b7b95ab893e1d18b4dacf9415aa /Docs
parent8cba72fe1f106049b14167898f8aea2a15519065 (diff)
downloadmariadb-git-b0aa96dd81a2212dbf7f7ae33bd49f7408ca73b0.tar.gz
Fixed mutex problem in TRUNCATE TABLE
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 27799f0f233..336baf14a71 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -49343,6 +49343,9 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@itemize @bullet
@item
+Added missing mutex in @code{TRUNCATE TABLE}; This fixes some core
+dump/hangup problems when using @code{TRUNCATE TABLE}.
+@item
Fixed that @code{ALTER TABLE table_name RENAME new_table_name} is as fast
as @code{RENAME TABLE}.
@item