Actions
Bug #18251
closedFULLTEXT keys are not processed correctly
Start date:
2008-02-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If any table includes FULLTEXT key, that key will not be processed correctly. Both EM and instal tool will prompt to add key permanently even if key exists.
(issue imported from #M7589)
Files
Updated by Dmitry Dulepov almost 17 years ago
Added test extension, which adds FTS key to tt_content for testing.
Updated by Michael Stucki over 16 years ago
Attached is a patch which is closely related to this issue. The main problem is that the Install Tool does yet not detect table types and FULLTEXT keys depend on MyISAM tables.
This patch is yet another pre-cleanup before the functional changes come. There should be no changes if you apply the patch and run the DB comparison in the Install Tool.
(Of course, make sure to compare before starting with this!)
Updated by Michael Stucki over 16 years ago
Actions