Closed (works as designed)
Project:
Drupal core
Version:
7.17
Component:
aggregator.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2012 at 19:10 UTC
Updated:
9 Nov 2012 at 13:52 UTC
This message is thrown on update from 7.16 to 7.17.
Comments
Comment #1
David_Rothstein commentedThis would be related to #218004: Allow aggregator feed URLs longer than 255 characters, but I was unable to reproduce this.
In my Drupal 7.16 installation, I don't see any key defined for the 'link' column in the first place (in either the {aggregator_feed} or {aggregator_item} table) and the Drupal 7.17 update function doesn't try to add one either, so I don't understand how this could occur.
Is it possible someone modified the database tables on this site manually (at some point) to add a key on this column?
Comment #2
mikhailian commentedThe problematic table was defined as follows:
I made a quick search on google, and fid_link does not seem to come up, so your explanation is quite plausible. IIRC, the site existed since Drupal 4.7. As none comes up with similar bug report, we should definitely close this one.