Actions
Bug #20861
closedDuplicate SQL definition of table index_stat_word
Start date:
2009-08-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Table index_stat_word is defined twice in indexed_search/ext_tables.sql
The two definitions are identical except for field "pageid" which is missing in one of them.
Solution: remove that extra, incomplete definition.
You can test the null effect of this patch by applying it and then going to the Install Tool > Database analyzer and running Compare. You should have no modifications needed (at least related to index_stat_word ;-)
(issue imported from #M11687)
Files
Actions