r45555 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r45554
|
r45555
|
r45556
>
Date:
08:04, 8 January 2009
Author:
tstarling
Status:
ok
Tags:
Comment:
USE INDEX is the option name, it's converted to MySQL-specific FORCE INDEX by the Database class.
Modified paths:
/trunk/phase3/includes/specials/SpecialDeletedContributions.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialDeletedContributions.php
—
—
@@ -36,7 +36,7 @@
37
37
'ar_user', 'ar_user_text', 'ar_deleted'
38
38
),
39
39
'conds' => $conds,
40
- 'options' => array( 'FORCE INDEX' => $index )
40
+ 'options' => array( 'USE INDEX' => $index )
41
41
);
42
42
}
43
43
Status & tagging log
13:12, 8 January 2009
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r45555
[
removed:
new
added:
ok]