Actions
Bug #27548
closedCaching framework db backend: Remove wildcard tag dropping
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2011-06-21
Due date:
2011-06-21
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The database backend has code to drop entries by tag wildcards (tag_foo_*).
- This fires a slow LIKE query
- No other backend supports this way of tag dropping, and no other backend will ever do so.
So this implementation violates the common backend API and must be removed. Fortunatly I've never seen any usage of this 'feature' in the wild and I'm pretty sure we can safely remove it.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I75fdee1cf996aa21d7c6b71502ade54fd9fa957f has been pushed to the review server.
It is available at http://review.typo3.org/2812
Updated by Christian Kuhn over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 52d860376a1c4d4439fb683cb260f853c348b19c.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed
Actions