Commit 714705d8 authored by unknown's avatar unknown

manual.texi BDB log files have 10 digit extension, not 6.


Docs/manual.texi:
  BDB log files have 10 digit extension, not 6.
parent 9b1d739e
......@@ -40667,7 +40667,7 @@ The effect of this is that BDB tables are not movable between directories!
When taking backups of BDB tables, you have to either use
@code{mysqldump} or take a backup of all @code{table_name.db} files and
the BDB log files. The BDB log files are the files in the base data
directory named @code{log.XXXXXX} (6 digits);
directory named @code{log.XXXXXXXXXX} (ten digits);
The BDB table handler stores unfinished transactions in the log files
and requires these to be present when @code{mysqld} starts.
@end itemize
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment