Last modified: 2014-11-02 03:56:23 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 T4008, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 2008 - Database table prefix missing from SQL query in SpecialDisambiguations.php
Database table prefix missing from SQL query in SpecialDisambiguations.php
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.4.x
PC Linux
: Normal normal (vote)
: ---
Assigned To: Ævar Arnfjörð Bjarmason
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-04-28 12:22 UTC by Chris Fritz
Modified: 2014-11-02 03:56 UTC (History)
1 user (show)

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


Attachments

Description Chris Fritz 2005-04-28 12:22:28 UTC
In SpecialDisambiguations.php on about line 44, the line reads as:

    . " FROM links as la, links as lb, cur as ca, cur as cb"

However, it should read to allow for database prefix as:

    . " FROM $links as la, $links as lb, $cur as ca, $cur as cb"

Otherwise, the Special:Disambiguations page fails to locate the tables when they
have a prefix.
Comment 1 Ævar Arnfjörð Bjarmason 2005-04-28 12:23:51 UTC
Taking the bug.
Comment 2 Ævar Arnfjörð Bjarmason 2005-04-28 12:32:58 UTC
REL1_4_2 represents a specific point in time and has been frozen, so it won't be
fixed in that branch, this has however been fixed in CVS HEAD so the issue won't
be in any future branches.
Comment 3 Zigger 2005-04-29 01:13:51 UTC
Reopening to close as fixed.  Tim fixed this in the REL1_4 branch as well as HEAD.
Comment 4 Ævar Arnfjörð Bjarmason 2005-04-29 16:33:12 UTC
In response to Comment #3:

Marking it as WONTIX was the correct thing to do, the bug has *not* been fixed
in 1.4.2 and *never will*, simply because REL1_4_2 is a frozen branch which will
never get any future commits of any kind at any time in the future. The fact
that it has been fixed in REL1_4 and HEAD should be noted (which I did) but that
is irrelivant to the resolution of this bug which was reported against REL1_4_2.
Comment 5 Brion Vibber 2005-04-30 04:05:35 UTC
Reopening to close as FIXED. Again.
Comment 6 Brion Vibber 2005-04-30 04:06:51 UTC
The problem existed in the past, and has been fixed on the 1.4 release branch, and a 
release has been made from that branch post the fix. Resolving as FIXED.

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


Navigation
Links