Actions
Feature #61132
closedAllow overriding database-storage-engine
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2014-08-21
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
There are installations where even if TYPO3 core or extensions suggest to use MyISAM or InnoDB you still want to force one storage-engine to be used.
There are cases like when for example a Galera-cluster is used, which so far only supports replicating InnoDB. MyISAM-tables won't be replicated across the cluster! But MyISAM can not be turned off in the database (since MySQL/MariaDB still use it internally).
Actions