Expand $wgDBDefaultGroup documentation
authorMarius Hoch <hoo@online.de>
Mon, 25 Jun 2018 20:56:51 +0000 (22:56 +0200)
committerMarius Hoch <hoo@online.de>
Mon, 25 Jun 2018 20:56:51 +0000 (22:56 +0200)
Per Krinkle's comment:
https://gerrit.wikimedia.org/r/#/c/mediawiki/core/+/440022/2/includes/DefaultSettings.php

Change-Id: I94e6e7f5048de610d2ae0722cb3de216288ed182

includes/DefaultSettings.php

index 8b25672..3771df1 100644 (file)
@@ -1892,6 +1892,8 @@ $wgDBmwschema = null;
 
 /**
  * Default group to use when getting database connections.
+ * Will be used as default query group in ILoadBalancer::getConnection.
+ * @since 1.32
  */
 $wgDBDefaultGroup = null;