Actions
Bug #78024
closedDB Upgrade Wizard shows different results than DB Analyzer
Start date:
2016-09-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
The DB Upgrade Wizard (FinalDatabaseSchemaUpdate
) reports 3 indexes to be updated, whereas the DB Analyzer shows an empty result, yet displaying the Execute button.
Reported schema diff:
sys_file_processedfile: identifier sys_file_reference: tablenames_fieldname sys_category_record_mm: uid_foreign_tablefield
Running the wizard does not cause any change to the DB though.
So this may actually be 2 bugs:
- Index fails to be updated
- DB Analyzer fails to display schema differences correctly.
Source is on commit 21bf5f1244c247c2ac46edbf39c53e4cddade1fb.
DB Server is 10.0.26-MariaDB on Fedora 23
Actions