Actions
Bug #14676
closedMySQL table type hardcoded to MyISAM
Start date:
2005-04-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0rc1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The table type for tables created through TYPO3 is hardcoded to MyISAM. This makes it impossible to set the table type to a different one by changing the default type in MySQL or in the ext_tables.sql file.
Proposed change: Remove the type unless it is given in the ext_tables.sql file (or whatever source for the table definition is used). This way it can be overridden when needed. Additionally nothing will change for the majority of setups, as MyISAM is the default table type in MySQL anyway.
Has to be changed in getUpdateSuggestions() in t3lib/class.t3lib_install.php.
(issue imported from #M987)
Files
Actions