Bug #23422 » 15525_trunk.diff
t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php | ||
---|---|---|
$this->tagsTable
|
||
);
|
||
}
|
||
$GLOBALS['TYPO3_DB']->sql_free_result($cacheEntryIdentifierRowsRessource);
|
||
$GLOBALS['TYPO3_DB']->sql_free_result($tagsEntryIdentifierRowsRessource);
|
||
// Delete tag rows connected to expired cache entries
|
||
if (count($tagsEntryIdentifiers)) {
|