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

Oliver Hader oliver at typo3.org
Sat Jan 10 13:48:34 CET 2009


The following changes were committed to SVN Trunk (rev. 4676)

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.

Comments:
There are more things in t3lib_TCEmain similar to this one but need some
more changes. Thus, I'm going to put the remaining stuff to a separate RFC.

Bugtracker references:

Branch: Trunk


olly
-- 
Oliver Hader
TYPO3 4.3 Release Manager
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 00010090.patch
Type: text/x-diff
Size: 1984 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090110/a5c9e5f7/attachment.patch 


More information about the TYPO3-team-core mailing list