Actions
Bug #24150
closedCan't create table sys_registry from install tool
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-11-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I'm testing the 4.5.0-beta1 and the install tool fails on creating this statement:
CREATE TABLE sys_registry ( uid int(11) unsigned NOT NULL auto_increment, entry_namespace varchar(128) NOT NULL default '', entry_key varchar(128) NOT NULL default '', entry_value blob, PRIMARY KEY (uid), UNIQUE entry_identifier (entry_namespace,entry_key) );
Testing the dummy package and source.tgz on an empty database created by typo3.
mysql Ver 14.14 Distrib 5.1.41, for debian-linux-gnu (i486) using readline 6.1
on ubuntu 10.10 and Apache/2.2.14
php version 5.3.2-1ubuntu4.5 with Suhosin Patch 0.9.9.1
(issue imported from #M16494)
Actions