From 78edd01bf266ea25f80714ec4d66c2575f650d8e Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 28 Aug 2002 11:32:53 -0500 Subject: [PATCH] manual.texi minor fix Docs/manual.texi: minor fix --- Docs/manual.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index 265178a76e1..f4b85a7313d 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -40779,8 +40779,8 @@ The effect of this is that @code{BDB} tables are not movable between directories @item When taking backups of @code{BDB} tables, you have to either use @code{mysqldump} or take a backup of all @code{table_name.db} files and -the @code{BDB} log files. The @code{BDB} log files are the files in the base data -directory named @code{log.XXXXXXXXXX} (ten digits); +the @code{BDB} log files. The @code{BDB} log files are the files in the base +data directory named @code{log.XXXXXXXXXX} (ten digits); The @code{BDB} table handler stores unfinished transactions in the log files and requires these to be present when @code{mysqld} starts. @end itemize