Project

General

Profile

Actions

Bug #59444

closed

DB Compare Fails Key sha1(40)

Added by Kay Strobach almost 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
Install Tool
Target version:
Start date:
2014-06-10
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #68407: Check for MySQL strict mode in install toolClosedMorton Jonuschat2015-07-20

Actions
Actions

Also available in: Atom PDF