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

parent 8f7f648d
...@@ -40667,7 +40667,7 @@ The effect of this is that BDB tables are not movable between directories! ...@@ -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 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 @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 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 The BDB table handler stores unfinished transactions in the log files
and requires these to be present when @code{mysqld} starts. and requires these to be present when @code{mysqld} starts.
@end itemize @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