Actions
Bug #79722
closedSchema analyzer ignores BLOB size changes
Start date:
2017-02-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
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'.
Actions