Project

General

Profile

Actions

Feature #14562

closed

Installation failure with MySQL >= 4.1

Added by Jan-Claas Dirks about 19 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Category:
Indexed Search
Target version:
-
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 #1

Updated by Michael Stucki over 18 years ago

Fixed in 3.8.0.

Actions

Also available in: Atom PDF