diff options
Diffstat (limited to 'docs/api_reference/CXX/dbsite_set_config.html')
| -rw-r--r-- | docs/api_reference/CXX/dbsite_set_config.html | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/docs/api_reference/CXX/dbsite_set_config.html b/docs/api_reference/CXX/dbsite_set_config.html index 0a15d945..8f641283 100644 --- a/docs/api_reference/CXX/dbsite_set_config.html +++ b/docs/api_reference/CXX/dbsite_set_config.html @@ -14,7 +14,7 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -66,7 +66,7 @@ DbSite::set_config(u_int32_t which, u_int32_t value);</pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4057464"></a>Parameters</h3> + <h3 class="title"><a id="idp4063896"></a>Parameters</h3> </div> </div> </div> @@ -74,7 +74,7 @@ DbSite::set_config(u_int32_t which, u_int32_t value);</pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp4057656"></a>which</h4> + <h4 class="title"><a id="idp4064088"></a>which</h4> </div> </div> </div> @@ -101,15 +101,16 @@ DbSite::set_config(u_int32_t which, u_int32_t value);</pre> <code class="literal">DB_GROUP_CREATOR</code> </p> <p> - Specifies that this site should create the - initial membership database contents, defining a + Specifies that this site should create the initial + group membership database contents, defining a "group" of just the one site, rather than trying to join an existing group when it starts for the first time. </p> <p> - This setting can only be used on the local site and - is ignored when configured for a remote site. + This setting can only be used on the local site. + It is ignored after the local site's initial startup + and when configured for a remote site. </p> </li> <li> @@ -119,7 +120,8 @@ DbSite::set_config(u_int32_t which, u_int32_t value);</pre> <p> Specifies that the site is already part of an existing group. This setting causes the site to be - upgraded from a previous version of BDB. All sites + upgraded from a previous version of Berkeley DB. + All sites in the legacy group must specify this setting for themselves (the local site) and for all other sites currently existing in the group. Once the upgrade @@ -146,7 +148,8 @@ DbSite::set_config(u_int32_t which, u_int32_t value);</pre> </p> <p> Specifies that the site may be used as a target for - "client-to-client" synchronization messages. This + "client-to-client" synchronization messages. + A peer can be either a client or a view. This setting is ignored if it is specified for the local site. </p> @@ -158,7 +161,7 @@ DbSite::set_config(u_int32_t which, u_int32_t value);</pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp4064040"></a>value</h4> + <h4 class="title"><a id="idp4070472"></a>value</h4> </div> </div> </div> @@ -172,7 +175,7 @@ DbSite::set_config(u_int32_t which, u_int32_t value);</pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4065120"></a>Errors</h3> + <h3 class="title"><a id="idp4071552"></a>Errors</h3> </div> </div> </div> @@ -190,7 +193,7 @@ DbSite::set_config(u_int32_t which, u_int32_t value);</pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp4072840"></a>EINVAL</h4> + <h4 class="title"><a id="idp4079328"></a>EINVAL</h4> </div> </div> </div> @@ -203,7 +206,7 @@ DbSite::set_config(u_int32_t which, u_int32_t value);</pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4068608"></a>Class</h3> + <h3 class="title"><a id="idp4065224"></a>Class</h3> </div> </div> </div> @@ -215,7 +218,7 @@ DbSite::set_config(u_int32_t which, u_int32_t value);</pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4065584"></a>See Also</h3> + <h3 class="title"><a id="idp4072016"></a>See Also</h3> </div> </div> </div> |
