Actions
Bug #22335
closedt3lib_fullsearch has a lot of hanging SQL record sets
Start date:
2010-03-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
In t3lib_fullsearch there are many positions where SQL queries are performed but the SQL result is not removed afterwards. This can lead to some memory leaks during the execution.
Solution:
Free SQL results if they are not required any longer.
(issue imported from #M13935)
Files
Actions