Bug #33580
closedprepending "zzz_deleted_" might exceed the maximal lenght for column names
100%
Description
I found that renaming a column to "zzz_deleted_tx_powermail_tellAFriendForm_receiverEmailContentField" didn't work because if it's size of 66 characters. MySQL allows only 64 - therefore I suggest to add that limitation also to t3lib_install_sql.
At the same time the patch has to make sure that the shortened names don't create collisions - therefore the field names are cut of from the beginning of the name because it's less likely to create collision this way.
See MySQL documentation: http://dev.mysql.com/doc/refman/5.5/en/identifiers.html
Updated by Gerrit Code Review almost 13 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8791
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8791
Updated by Gerrit Code Review almost 13 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8791
Updated by Gerrit Code Review almost 13 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8791
Updated by Gerrit Code Review over 12 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8791
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/11327
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/11329
Updated by Tolleiv Nietsch over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a491fb1b5cba75775500a121c265d3e171c63dfc.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed