summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-07-31 18:02:24 +0300
committermonty@hundin.mysql.fi <>2002-07-31 18:02:24 +0300
commit6899a4e30b6f1fdfdf77cd3390d99305ddceb0ff (patch)
treec4c1be1f69f19302b995e2d27d59d75bb51857cc /Docs
parent4a88835a1d61463e084e71742e039e10daa37ced (diff)
downloadmariadb-git-6899a4e30b6f1fdfdf77cd3390d99305ddceb0ff.tar.gz
Fixed wrong printf() string in InnoDB
Removed some compiler warnings regarding 'static' from InnoDB
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 14e9e6576c2..11140681ceb 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46937,7 +46937,7 @@ Don't write slave-timeout reconnects to the error log.
@item
Fixed bug with slave net read timeouting
@item
-Fixed a core-dump bug with @code{MERGE] tables and @code{MAX()} function.
+Fixed a core-dump bug with @code{MERGE} tables and @code{MAX()} function.
@item
Fixed bug in @code{ALTER TABLE} with BDB tables.
@item