Project

General

Profile

Actions

Bug #18251

closed

FULLTEXT keys are not processed correctly

Added by Dmitry Dulepov almost 17 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-02-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If any table includes FULLTEXT key, that key will not be processed correctly. Both EM and instal tool will prompt to add key permanently even if key exists.

(issue imported from #M7589)


Files

7589.diff (1.6 KB) 7589.diff Administrator Admin, 2008-02-19 13:12
T3X_user_ftkeys.t3x (1.16 KB) T3X_user_ftkeys.t3x Administrator Admin, 2008-02-19 13:30
bug_7589_pre.diff (7.42 KB) bug_7589_pre.diff Administrator Admin, 2008-02-28 11:08

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #16649: general problems with fulltext keys in tables (extension manager failures) 2ClosedDmitry Dulepov2006-10-17

Actions
Actions #1

Updated by Dmitry Dulepov almost 17 years ago

Added test extension, which adds FTS key to tt_content for testing.

Actions #2

Updated by Michael Stucki over 16 years ago

Attached is a patch which is closely related to this issue. The main problem is that the Install Tool does yet not detect table types and FULLTEXT keys depend on MyISAM tables.

This patch is yet another pre-cleanup before the functional changes come. There should be no changes if you apply the patch and run the DB comparison in the Install Tool.
(Of course, make sure to compare before starting with this!)

Actions

Also available in: Atom PDF