[TASK] Prefix of caching framework tables is hardcoded
Prefix "cachingframework_" for caching framework tables is hardcoded at multiple places within Core. This makes it hard to keep track of it and prevents DBAL from overriding it when identifier length is an issue. Change-Id: Idddcd32879b35a608b363bf8871b82407840dac2 Resolves: #28798 Reviewed-on: http://review.typo3.org/4185 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Stefan Neufeind Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
Showing
- t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php 3 additions, 2 deletionst3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php
- t3lib/class.t3lib_install_sql.php 2 additions, 3 deletionst3lib/class.t3lib_install_sql.php
- t3lib/config_default.php 1 addition, 0 deletionst3lib/config_default.php
- tests/t3lib/cache/backend/class.t3lib_cache_backend_dbbackendTest.php 9 additions, 6 deletions...cache/backend/class.t3lib_cache_backend_dbbackendTest.php
Please register or sign in to comment