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 @@
781
781
return;
782
782
}
783
783
784
- /*
785
784
$tables = $this->listTables();
786
785
$db = wfGetDB( DB_MASTER );
787
786
foreach ( $tables as $table ) {
—
—
@@ -789,7 +788,6 @@
790
789
}
791
790
if ($wgDBtype == 'oracle')
792
791
$db->query('BEGIN FILL_WIKI_INFO; END;');
793
- */
794
792
}
795
793
796
794
/**
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r40020
* Revert back to my parser pseudo-branch again. Note: if you feel like revert...
tstarling
14:37, 26 August 2008
Status & tagging log
00:35, 7 January 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r69596
[
removed:
new
added:
ok]