2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

clarified description of 'database' option; undocumented rbt64

This commit is contained in:
Andreas Gustafsson 2000-11-28 21:10:20 +00:00
parent 57aac9d2de
commit 0a479f5bfd

View File

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN" <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd"> "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
<!-- File: $Id: Bv9ARM-book.xml,v 1.53 2000/11/28 19:16:23 gson Exp $ --> <!-- File: $Id: Bv9ARM-book.xml,v 1.54 2000/11/28 21:10:20 gson Exp $ -->
<book> <book>
@ -3821,14 +3821,18 @@ The default is the empty list.</para></entry>
</row> </row>
<row rowsep = "0"> <row rowsep = "0">
<entry colname = "1"><para><command>database</command></para></entry> <entry colname = "1"><para><command>database</command></para></entry>
<entry colname = "2"><para>The first string represents the <entry colname = "2"><para>Specify the type of database to be used for storing the
type of database used to store the zone data in the server. The default value zone data. The string following the <command>database</command> keyword
is rbt, a red-black tree. The other defined value is rbt64, a variant of rbt is interpreted as a list of whitespace-delimited words. The first word
that allows 2^64 updates. Additional databases may be implemented later or identifies the database type, and any subsequent words are passed
included. Strings after the first string are optional arguments to as arguments to the database to be interpreted in a way specific
the database driver initialization routine. There are none defined for to the database type.</para>
rbt or rbt64. <para>The default is <userinput>"rbt"</userinput>, BIND 9's native in-memory
</para></entry> red-black-tree database. This database does not take arguments.</para>
<para>Other values are possible if additional database drivers
have been linked into the server. Some sample drivers are included
with the distribution but none are linked in by default.</para>
</entry>
</row> </row>
<row rowsep = "0"> <row rowsep = "0">
<entry colname = "1"><para><command>dialup</command></para></entry> <entry colname = "1"><para><command>dialup</command></para></entry>