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

           Summary: DatabaseBase::selectSQLText() vs EXPLAIN
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Database
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: r...@yaauie.com


Created an attachment (id=7333)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=7333)
Move EXPLAIN functionality from DatabaseBase::selectSQLText to inheriting
DatabaseMysql class

EXPLAIN is implemented in different ways across different RDBMS. The current
implementation of DatabaseBase::selectSQLText assumes we're using MySQL. Move
this part of the abstract function to the specific DB that uses it in order to
free up the abstract function to be inherited by other DB classes.

Patch provided to do just this.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to