Index: typo3/sysext/indexed_search/ext_tables.sql =================================================================== --- typo3/sysext/indexed_search/ext_tables.sql (revision 18587) +++ typo3/sysext/indexed_search/ext_tables.sql (working copy) @@ -5,7 +5,7 @@ CREATE TABLE index_phash ( phash int(11) DEFAULT '0' NOT NULL, phash_grouping int(11) DEFAULT '0' NOT NULL, - cHashParams tinyblob, + cHashParams blob, data_filename varchar(255) DEFAULT '' NOT NULL, data_page_id int(11) unsigned DEFAULT '0' NOT NULL, data_page_reg1 int(11) unsigned DEFAULT '0' NOT NULL,