Handbuch:$wgAlternateMaster
Appearance
Diese Funktion wurde in der Version 1.13.0 vollständig entfernt. |
| LoadBalancer Einstellungen: $wgAlternateMaster | |
|---|---|
| A map of database name to connection index. |
|
| Eingeführt in Version: | 1.10.0 |
| Entfernt in Version: | 1.13.0 |
| Erlaubte Werte: | (Array) |
| Standardwert: | array() |
| Andere Einstellungen: Alphabetisch | Nach Funktion | |
Details
A map of database name (key) to connection index (value), describing the master database server for each database. The connection index is an index into the $wgDBservers array. If a database is not listed here, the default load balancing settings will be used.
To use this feature in 1.13 and above, you have to customize $wgLBFactoryConf and use LBFactory_Multi as class.