r80355 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r80354
|
r80355
|
r80356
>
Date:
23:45, 14 January 2011
Author:
reedy
Status:
ok
Tags:
Comment:
Bye bye filesorts. Making order by cl_type, and then addWhereRange adds cl_sortkey, cl_from to this ORDER BY
Modified paths:
/trunk/phase3/includes/api/ApiQueryCategoryMembers.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiQueryCategoryMembers.php
—
—
@@ -116,6 +116,8 @@
117
117
118
118
$this->addOption( 'USE INDEX', 'cl_timestamp' );
119
119
} else {
120
+ $this->addOption( 'ORDER BY', 'cl_type' );
121
+
120
122
$this->addWhereRange( 'cl_sortkey',
121
123
$dir,
122
124
$params['startsortkey'],
Follow-up revisions
Revision
Commit summary
Author
Date
r80540
Various fixes for API category changes:...
catrope
00:13, 19 January 2011
r80722
1.17: MFT
r80324
,
r80326
,
r80328
,
r80339
,
r80350
,
r80351
,
r80355
,
r80358
,
r80...
catrope
23:00, 21 January 2011
Status & tagging log
23:00, 21 January 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r80355
[
removed:
1.17]
23:44, 18 January 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r80355
[
removed:
new
added:
ok]
00:24, 15 January 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r80355
[
added:
1.17]