AgenturPottkinder / typo3_forum

An Extbase-based TYPO3 Extension which is called typo3_forum
http://www.mittwald.de
GNU General Public License v2.0
35 stars 54 forks source link

[BUGFIX] Remove character set definitions for cache tables #335

Closed sgrossberndt closed 5 years ago

sgrossberndt commented 5 years ago

A separate definition setting the character set for the cache tables is not needed in any current version of TYPO3 as UTF-8 always is default. In contrast it causes issues with databases configured to use utf8mb4. In order to simply use the database default as all other tables do this patch removes the character set definitions for the cache tables.

Fixes: #333