Last modified: 2007-06-02 02:19:18 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T10256, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8256 - GROUP BY clause missing columns in SpecialRecentchangeslinked.php
GROUP BY clause missing columns in SpecialRecentchangeslinked.php
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Database (Other open bugs)
1.9.x
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: easy
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-12-14 02:58 UTC by Chuck Adams
Modified: 2007-06-02 02:19 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Chuck Adams 2006-12-14 02:58:55 UTC
in  SpecialRecentchangeslinked.php, the wfSpecialRecentchangeslinked function
needs two columns added to the $GROUPBY around line 78, namely rc_old_len and
rc_new_len, so it should read like this:

        $GROUPBY = "
        GROUP BY rc_cur_id,rc_namespace,rc_title,
                rc_user,rc_comment,rc_user_text,rc_timestamp,rc_minor,
                rc_new, rc_id, rc_this_oldid, rc_last_oldid, rc_bot,
rc_patrolled, rc_type, rc_old_len, rc_new_len


(I'll send actual diffs in the future if needed) 

The find for this one goes to Fyren on #mediawiki
Comment 1 Chuck Adams 2007-06-02 02:19:18 UTC
was fixed soon after reporting

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links