Actions
Bug #17084
closedDatabase analyser doesn't update tables to InnoDB
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2007-03-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When updating from an existing TYPO3 installation the database analyser does not recognize that some tables (e.g. cache_*) could be updated to table type InnoDB.
(issue imported from #M5146)
Updated by Nikolas Hagelstein over 17 years ago
This is probably related to the fact that T3 did not care about table types until 4.1.
Anyway:
alter table [table] engine=innodb;
mysql < 5.0
alter table [table] TYPE=innodb;
Updated by Chris topher over 14 years ago
Resolved, not reproducable with current trunk.
Tables with wrong engine are recognized and changed correctly.
Actions