ITS#5536 note serverID requirement for glued databases

This commit is contained in:
Howard Chu 2008-05-30 00:45:56 +00:00
parent 83c16b8fc7
commit 8cd043220a
2 changed files with 6 additions and 2 deletions

View file

@ -720,7 +720,9 @@ size allowed. 0 disables security layers. The default is 65536.
.B olcServerID: <integer> [<URL>]
Specify an integer ID from 0 to 4095 for this server. These IDs are
required when using multimaster replication and each master must have a
unique ID. If the URL is provided, this directive may be specified
unique ID. Note that this requirement also applies to separate masters
contributing to a glued set of databases.
If the URL is provided, this directive may be specified
multiple times, providing a complete list of participating servers
and their IDs. The fully qualified hostname of each server should be
used in the supplied URLs. The IDs are used in the "replica id" field

View file

@ -871,7 +871,9 @@ Specify an integer ID from 0 to 4095 for this server (limited
to 3 hexadecimal digits).
These IDs are
required when using multimaster replication and each master must have a
unique ID. If the URL is provided, this directive may be specified
unique ID. Note that this requirement also applies to separate masters
contributing to a glued set of databases.
If the URL is provided, this directive may be specified
multiple times, providing a complete list of participating servers
and their IDs. The fully qualified hostname of each server should be
used in the supplied URLs. The IDs are used in the "replica id" field