Bug #79722
closedSchema analyzer ignores BLOB size changes
100%
Description
The schema analyzer seems to ignore size changes of blob fields.
For instance with the session framework patch, we increased 'ses_data' of fe_sessions table from 'blob' to 'mediumblob'. The schema analyzer on mysql does not recognize this size change and keep the field as 'blob'.
Updated by Stephan Großberndt almost 8 years ago
- Subject changed from Schema analyzer ignores blog size changes to Schema analyzer ignores BLOB size changes
- Category set to Install Tool
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51807
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51807
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51807
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51807
Updated by Gerrit Code Review over 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51807
Updated by Gerrit Code Review over 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51807
Updated by Gerrit Code Review over 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51807
Updated by Gerrit Code Review over 7 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51807
Updated by Gerrit Code Review over 7 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51807
Updated by Thomas Hohn over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b62f06256982a2647f18b963f40ff0ca067cdb2b.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Updated by Benni Mack 5 months ago
- Related to Task #80010: Remove temporary solution for comparing BLOBS added