Page MenuHomeIn-Portal Phabricator

D363.diff
No OneTemporary

File Metadata

Created
Mon, Aug 18, 12:52 PM

D363.diff

Index: branches/5.2.x/core/kernel/db/db_load_balancer.php
===================================================================
--- branches/5.2.x/core/kernel/db/db_load_balancer.php
+++ branches/5.2.x/core/kernel/db/db_load_balancer.php
@@ -426,6 +426,7 @@
{
if ( isset($this->connections[$i]) ) {
$conn =& $this->connections[$i];
+ $this->lastUsedIndex = $i;
}
else {
$server = $this->servers[$i];

Event Timeline