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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
862692ca
Commit
862692ca
authored
Jun 26, 2002
by
arjen@george.bitbike.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix table type name, should be BerkeleyDB (or BDB), no underscore.
parent
d0cea95f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Docs/manual.texi
Docs/manual.texi
+4
-4
No files found.
Docs/manual.texi
View file @
862692ca
...
@@ -35540,7 +35540,7 @@ The different table types are:
...
@@ -35540,7 +35540,7 @@ The different table types are:
@multitable @columnfractions .25 .70
@multitable @columnfractions .25 .70
@item @strong{Table type} @tab @strong{Description}
@item @strong{Table type} @tab @strong{Description}
@item BDB or Berkeley
_db
@tab Transaction-safe tables with page locking. @xref{BDB}.
@item BDB or Berkeley
DB
@tab Transaction-safe tables with page locking. @xref{BDB}.
@item HEAP @tab The data for this table is only stored in memory. @xref{HEAP}.
@item HEAP @tab The data for this table is only stored in memory. @xref{HEAP}.
@item ISAM @tab The original table handler. @xref{ISAM}.
@item ISAM @tab The original table handler. @xref{ISAM}.
@item InnoDB @tab Transaction-safe tables with row locking. @xref{InnoDB}.
@item InnoDB @tab Transaction-safe tables with row locking. @xref{InnoDB}.
...
@@ -37065,7 +37065,7 @@ only one block needs to be allocated.
...
@@ -37065,7 +37065,7 @@ only one block needs to be allocated.
@cindex table types, choosing
@cindex table types, choosing
@cindex @code{BDB} table type
@cindex @code{BDB} table type
@cindex @code{Berkeley
_db
} table type
@cindex @code{Berkeley
DB
} table type
@cindex @code{HEAP} table type
@cindex @code{HEAP} table type
@cindex @code{ISAM} table type
@cindex @code{ISAM} table type
@cindex @code{InnoDB} table type
@cindex @code{InnoDB} table type
...
@@ -37144,7 +37144,7 @@ of both worlds.
...
@@ -37144,7 +37144,7 @@ of both worlds.
* ISAM:: @code{ISAM} tables
* ISAM:: @code{ISAM} tables
* HEAP:: @code{HEAP} tables
* HEAP:: @code{HEAP} tables
* InnoDB:: @code{InnoDB} tables
* InnoDB:: @code{InnoDB} tables
* BDB:: @code{BDB} or @code{Berkeley
_db
} tables
* BDB:: @code{BDB} or @code{Berkeley
DB
} tables
@end menu
@end menu
...
@@ -39922,7 +39922,7 @@ Finland
...
@@ -39922,7 +39922,7 @@ Finland
@node BDB, , InnoDB, Table types
@node BDB, , InnoDB, Table types
@section @code{BDB} or @code{Berkeley
_
DB} Tables
@section @code{BDB} or @code{BerkeleyDB} Tables
@cindex tables, @code{BDB}
@cindex tables, @code{BDB}
@cindex tables, @code{Berkeley DB}
@cindex tables, @code{Berkeley DB}
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