Bug #59444
closedDB Compare Fails Key sha1(40)
100%
Description
During the Installation of TYPO3 i got a problem with that query:
ALTER TABLE sys_file ADD KEY sha1 (sha1(40));
Correcting it worked out:
-> Backticks ... ALTER TABLE sys_file ADD KEY sha1 (`sha1`(40));
PS: There was a similar issue requesting backtick support, which was quite old ...
Updated by Alexander Opitz over 10 years ago
MySQL 5.1 is the minimum requirement for TYPO3 6.2. => https://github.com/TYPO3/TYPO3.CMS/blob/master/INSTALL.md
But yes, backtick support would be helpfull.
Updated by Kay Strobach over 10 years ago
jigal said backticks will break dbal ...
Updated by Kay Strobach over 10 years ago
then the DB Compare Tool should atleast show a warning if the mySQL version is to low ...
Updated by Morton Jonuschat over 9 years ago
- Category changed from Database API (Doctrine DBAL) to Install Tool
- Assignee set to Morton Jonuschat
- Target version changed from next-patchlevel to 7.5
A check for the minimum MySQL version in the Install Tool will be implemented after #68407
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/42368
Updated by Morton Jonuschat over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a4b58f2e4940f0c2ff7aeef3cdd0f1ed98b6c938.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed