https://bugzilla.wikimedia.org/show_bug.cgi?id=42461

       Web browser: ---
             Bug #: 42461
           Summary: No database class
           Product: MediaWiki
           Version: 1.21-git
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Database
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


We don't have a class called Database, but on line 741 of LoadBalancer we have:
    $conn = new Database;

Admittedly, just to pass it to DBConnectionError constructor:
    throw new DBConnectionError( $conn, $this->mLastError );

but it won't reach there since it will generate a fatal first.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to