summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-11-28 04:52:07 +0200
committerunknown <monty@donna.mysql.com>2000-11-28 04:52:07 +0200
commit2e3896ecf1b4b196ed0e229583c3a45c754d1ce7 (patch)
treea2346dc3578b7faf4d73c87ee3de98078ab0a398
parent6210a546cd1ac37fc3e6b2a40566a3373b3e3745 (diff)
downloadmariadb-git-2e3896ecf1b4b196ed0e229583c3a45c754d1ce7.tar.gz
Fixed typo
-rw-r--r--Docs/manual.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 3cdb35d5060..4cbb2bf0c28 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -28494,7 +28494,7 @@ variable in the @strong{MySQL} server is bigger than the
@end table
The most normal use of @code{mysqldump} is probably for making a backup of
-whole databases. @xref{Backup}:
+whole databases. @xref{Backup}.
@example
mysqldump --opt database > backup-file.sql
@@ -38908,7 +38908,7 @@ though, so Version 3.23 is not released as a stable version yet.
@item
Applied patches for OS2 by @code{Yuri Dario}.
@item
-@code[FLUSH TABLES table_name} didn't always flush table properly to
+@code{FLUSH TABLES table_name} didn't always flush table properly to
disk; One some cases the index tree wasn't completely written to disk.
@item
@code{--bootstrap} is now run in a separate thread. This fixes the problem