From cae4e7e542f556d3744ff799d6d8efa631c7b839 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 6 Oct 2002 20:21:48 -0500 Subject: [PATCH] manual.texi Change --full to --all for mysqldump references. Docs/manual.texi: Change --full to --all for mysqldump references. --- Docs/manual.texi | 4 ++-- 1 file 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