r25144 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r25143
|
r25144
|
r25145
>
Date:
21:25, 25 August 2007
Author:
aaron
Status:
old
Tags:
Comment:
*Use 'USE INDEX' not 'FORCE INDEX'. Database functions seem to just ignore the later. 'USE INDEX' is outputted as 'FORCE INDEX' in the query anyway, not to mention mysql seems to use the right ones without being told.
Modified paths:
/trunk/phase3/includes/SpecialContributions.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/SpecialContributions.php
—
—
@@ -45,7 +45,7 @@
46
46
'rev_user_text', 'rev_deleted'
47
47
),
48
48
'conds' => $conds,
49
- 'options' => array( 'FORCE INDEX' => $index )
49
+ 'options' => array( 'USE INDEX' => $index )
50
50
);
51
51
}
52
52
Follow-up revisions
Revision
Commit summary
Author
Date
r25223
Merged revisions 25126-25214 via svnmerge from...
david
07:39, 28 August 2007
Status & tagging log
15:20, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r25144
[
removed:
ok
added:
old]