Project

General

Profile

Actions

Bug #50466

closed

MySQL: Use ENGINE instead of deprecated TYPE for storage-engine

Added by Stefan Neufeind almost 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
Install Tool
Target version:
-
Start date:
2013-07-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

CREATE-statements often still use TYPE instead of ENGINE. Since those statements are analysed already it should be possible to substitute this parameter quite easy.

I just had CREATE-statements failing (!) because of TYPE being used on MySQL 5.5.something. I can't say exactly since when it was dropped finally but it's definitely deprecated since 4.x

http://dev.mysql.com/doc/refman/4.1/en/create-table.html states “ENGINE was added in MySQL 4.0.18 (for 4.0) and 4.1.2 (for 4.1).” and then notes that TYPE is deprecated


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #25067: Add compatibility with MySQL 5.5: Replace "TYPE" with "ENGINE"Closed2011-02-17

Actions
Actions

Also available in: Atom PDF