Index: trunk/phase3/includes/db/DatabaseMysql.php |
— | — | @@ -76,10 +76,10 @@ |
77 | 77 | # Create a new connection... |
78 | 78 | $this->mConn = mysql_connect( $realServer, $user, $password, true ); |
79 | 79 | } |
80 | | - if ($this->mConn === false) { |
| 80 | + #if ( $this->mConn === false ) { |
81 | 81 | #$iplus = $i + 1; |
82 | 82 | #wfLogDBError("Connect loop error $iplus of $max ($server): " . mysql_errno() . " - " . mysql_error()."\n"); |
83 | | - } |
| 83 | + #} |
84 | 84 | } |
85 | 85 | $phpError = $this->restoreErrorHandler(); |
86 | 86 | # Always log connection errors |