summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <paul@teton.kitebird.com>2002-10-06 20:21:48 -0500
committerunknown <paul@teton.kitebird.com>2002-10-06 20:21:48 -0500
commitfa1d7ad7581486555d39726cb68d10214416ba55 (patch)
tree3163f66d2f29fad71b3533f6af36dc1473a6c184 /Docs
parentb97a9411485feaa1c8e0d1fddb1c05facd2d73da (diff)
downloadmariadb-git-fa1d7ad7581486555d39726cb68d10214416ba55.tar.gz
manual.texi Change --full to --all for mysqldump references.
Docs/manual.texi: Change --full to --all for mysqldump references.
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 6b638261d26..1c80c8495ef 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -8400,7 +8400,7 @@ or @code{myisamchk} for @code{MyISAM} tables (@file{.MYI}) and
@item
If you want your @code{mysqldump} files to be compatible between
MySQL Version 3.22 and Version 3.23, you should not use the
-@code{--opt} or @code{--full} option to @code{mysqldump}.
+@code{--opt} or @code{--all} option to @code{mysqldump}.
@item
Check all your calls to @code{DATE_FORMAT()} to make sure there is a
@@ -17712,7 +17712,7 @@ the @code{mysqlhotcopy script}. @xref{mysqldump, , @code{mysqldump}}.
Do a full backup of your databases:
@example
-shell> mysqldump --tab=/path/to/some/dir --opt --full
+shell> mysqldump --tab=/path/to/some/dir --opt --all
or