r69596 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69595‎ | r69596 | r69597 >
Date:10:10, 20 July 2010
Author:tstarling
Status:ok
Tags:
Comment:
Uncommented the DROP TABLE queries for parsertest_*, accidentally commented out in r40020.
Modified paths:
  • /trunk/phase3/maintenance/parserTests.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.inc
@@ -780,7 +780,6 @@
781781 return;
782782 }
783783
784 - /*
785784 $tables = $this->listTables();
786785 $db = wfGetDB( DB_MASTER );
787786 foreach ( $tables as $table ) {
@@ -789,7 +788,6 @@
790789 }
791790 if ($wgDBtype == 'oracle')
792791 $db->query('BEGIN FILL_WIKI_INFO; END;');
793 - */
794792 }
795793
796794 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r40020* Revert back to my parser pseudo-branch again. Note: if you feel like revert...tstarling14:37, 26 August 2008

Status & tagging log