Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
34fca60c
Commit
34fca60c
authored
Aug 09, 2002
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi BDB log files have 10 digit extension, not 6.
parent
8f7f648d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Docs/manual.texi
Docs/manual.texi
+1
-1
No files found.
Docs/manual.texi
View file @
34fca60c
...
@@ -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.XXXXXX
XXXX} (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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment