Index: typo3/sysext/indexed_search/ext_tables.sql =================================================================== --- typo3/sysext/indexed_search/ext_tables.sql (revision 7131) +++ typo3/sysext/indexed_search/ext_tables.sql (working copy) @@ -80,8 +80,6 @@ page_id int(11) DEFAULT '0' NOT NULL, uniqid int(11) NOT NULL auto_increment, PRIMARY KEY (uniqid), - KEY joinkey (phash,rl0), -# KEY phash_pid (phash,page_id), KEY page_id (page_id), KEY rl0 (rl0,rl1,phash), KEY rl0_2 (rl0,phash)