Project

General

Profile

Actions

Feature #61132

closed

Allow overriding database-storage-engine

Added by Stefan Neufeind over 9 years ago. Updated over 8 years ago.

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).

https://mariadb.com/kb/en/mariadb/documentation/replication-cluster-multi-master/galera/mariadb-galera-cluster-known-limitations/


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #37124: db-compare should check for available storage-enginesClosed2012-05-12

Actions
Actions #1

Updated by Gerrit Code Review over 9 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32305

Actions #2

Updated by Gerrit Code Review over 9 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32305

Actions #3

Updated by Gerrit Code Review over 9 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32305

Actions #4

Updated by Gerrit Code Review over 9 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32305

Actions #5

Updated by Mathias Schreiber over 8 years ago

  • Status changed from Under Review to Rejected

won't do.

Actions

Also available in: Atom PDF