Project

General

Profile

Actions

Bug #24128

closed

cHashParams field in index_phash is still too small

Added by Jelle van Brenk over 13 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-11-18
Due date:
% Done:

0%

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

Description

As stated in: http://bugs.typo3.org/bug_view_advanced_page.php?bug_id=12959

This field is tinyblob, which 255 bytes. It is not enough to hold serialized arrays in many cases. It should be changed to blob.

MySQL information about data types: http://dev.mysql.com/doc/refman/5.0/en/storage-requirements.html [^]

In T3 4.3.7 this still seems to be present, wich causes problems with long GET-variables. Changing the field from tiny blob to blob fixed our problem (with cal events in this case)

(issue imported from #M16469)

Actions

Also available in: Atom PDF