Project

General

Profile

Actions

Bug #14529

closed

Cannot create static tables containing data with MySQL 4.x

Added by old_webbo over 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
Start date:
2005-02-03
Due date:
% Done:

0%

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

Description

When installing static_info_tables the tables were never created. The extension would appear to be installed OK but then each time I clicked on it in the extension manager I kept getting prompted to create the tables.

Further investigation into this problem revealed the cause came from a call to t3lib_install->getCreateTables from inside the checkDBupdates function of .\typo3\mod\tools\em\index.php.

The getCreateTables function will not strip the DEFAULT '0' text of auto_increment columns..

I added a few lines of code to the getCreateTables function that resolves the issue

(issue imported from #M748)


Files

0000748-bug_748.diff (747 Bytes) 0000748-bug_748.diff Administrator Admin, 2005-02-03 21:42

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #14354: MySQL gt 4.1 no default value for auto incClosedIngmar Schlecht2004-10-12

Actions
Actions

Also available in: Atom PDF