[BUGFIX] DB field names exceed max length with 'zzz_deleted'
MySQL allows a maximum of 64 characters for column and table names. When prefixing them with 'zzz_deleted' this limit might be reached by accident. (e.g. with 'zzz_deleted_tx_powermail_tellAFriendForm_receiverEmailContentField') The patch avoids the overstepping 64 characters. At the same time the prefixed and shortened field names are more likely to have the same name, therefore the names are cut from the beginning. Change-Id: Id423a5bc0bee8509c6da89793812b1399d6a14c0 Fixes: #33580 Releases: 4.5, 4.6, 4.7, 6.0 Reviewed-on: http://review.typo3.org/8791 Reviewed-by: Oliver Klee Reviewed-by: Xavier Perseguers Reviewed-by: Ingo Pfennigstorf Tested-by: Ingo Pfennigstorf Reviewed-by: Susanne Moog Tested-by: Susanne Moog
Please register or sign in to comment