r44003 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44002‎ | r44003 | r44004 >
Date:21:22, 27 November 2008
Author:vyznev
Status:ok
Tags:
Comment:
(bug 15892) kluge: disable use of temporary tables for parserTests until someone can figure out a way to make them work again
Modified paths:
  • /trunk/phase3/maintenance/parserTests.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.inc
@@ -622,7 +622,9 @@
623623 $this->oldTablePrefix = $wgDBprefix;
624624
625625 # CREATE TEMPORARY TABLE breaks if there is more than one server
626 - if ( wfGetLB()->getServerCount() != 1 ) {
 626+ # FIXME: r40209 makes temporary tables break even with just one server
 627+ # FIXME: (bug 15892); disabling the feature entirely as a temporary fix
 628+ if ( true || wfGetLB()->getServerCount() != 1 ) {
627629 $this->useTemporaryTables = false;
628630 }
629631

Follow-up revisions

RevisionCommit summaryAuthorDate
r67113Remove r44003 workaround. It is no longer needed, we can now use temporary ta...platonides20:13, 30 May 2010

Status & tagging log