Actions
Feature #14562
closedInstallation failure with MySQL >= 4.1
Start date:
2005-02-20
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
indexed_search also has four sql statements in ext_tables.sql which cause the installation under MySQL >= 4.1 to fail:
uniqid int(11) DEFAULT '0' NOT NULL auto_increment
needs to be
uniqid int(11) NOT NULL auto_increment
Please refer to bug #0000416.
(issue imported from #M819)
Actions