mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
manual.texi minor fix
Docs/manual.texi: minor fix
This commit is contained in:
@@ -40779,8 +40779,8 @@ The effect of this is that @code{BDB} tables are not movable between directories
|
|||||||
@item
|
@item
|
||||||
When taking backups of @code{BDB} tables, you have to either use
|
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
|
@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
|
the @code{BDB} log files. The @code{BDB} log files are the files in the base
|
||||||
directory named @code{log.XXXXXXXXXX} (ten digits);
|
data directory named @code{log.XXXXXXXXXX} (ten digits);
|
||||||
The @code{BDB} table handler stores unfinished transactions in the log files
|
The @code{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
|
||||||
|
Reference in New Issue
Block a user