Project

General

Profile

Bug #15973 ยป 3107.diff

Administrator Admin, 2010-03-24 15:25

View differences:

typo3/sysext/indexed_search/ext_tables.sql (working copy)
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)
    (1-1/1)