I looked at the fix for #1371100: Updates 7001 thru 7004 in feeds_tamper.install cause errors in D6 to D7 upgrade and noticed that it adds the line

  if (db_index_exists('feeds_tamper', 'importer', array('importer'))) {

The third argument is ignored. See http://api.drupal.org/api/search/7/db_index_exists.

Comments

twistor’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.