[TYPO3-core] FYI: Fixed bug #10090: Hanging record sets in t3lib_TCEmain

Oliver Hader oliver at typo3.org
Sun Jan 11 16:49:18 CET 2009


Hi Ingo,

Ingo Renner schrieb:
> Oliver Hader wrote:
> 
> Hi Olly,
> 
>> Problem:
>> There are several hanging record sets in t3lib_TCEmain. This means that
>> SQL query results remain in the memory and are not removed - even if not
>> required anymore.
>>
>> Solution:
>> Call $GLOBALS['TYPO3_DB']->sql_free_result($res) to remove the result
>> sets from memory.
> 
> could you please commit these changes to 4.2, too?

Yeah, I just did it and committed it to TYPO3_4-2 (rev. 4691) as well

olly
-- 
Oliver Hader
TYPO3 4.3 Release Manager


More information about the TYPO3-team-core mailing list