Project

General

Profile

Actions

Bug #14790

closed

Install tool want to recreate the tables, and drop the old ones

Added by old_henk almost 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Install Tool
Target version:
-
Start date:
2005-06-03
Due date:
% Done:

0%

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

Description

Hi,

I am running in a little problem with the install tool on 3.8. and mysql 4.0.20.

The layout of the database.sql delivered with the packages are different then the file on the 3.7.0. distribution.

Everything is now 'quoted' :

CREATE TABLE `be_groups` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned NOT NULL default '0',
[...]
`custom_options` blob NOT NULL,
PRIMARY KEY (`uid`),
KEY `parent` (`pid`)
) TYPE=MyISAM;

When the install tool compares the database ($FDdb without quoses) to the file ($FDfile with quotes) it would like to install all tables and rename the old ones.

In the install tool, import the database.sql, and then compare it with the database.

the import is working correctly when the quotes are removed from the sql file.
(issue imported from #M1155)


Files

class.t3lib_install.php (28.6 KB) class.t3lib_install.php Administrator Admin, 2005-06-06 22:30
result_henk.html (41.9 KB) result_henk.html Administrator Admin, 2005-06-06 22:38
bug_1155.diff (1.11 KB) bug_1155.diff Administrator Admin, 2005-08-21 03:02
notyetcomplete.diff (1.42 KB) notyetcomplete.diff Administrator Admin, 2005-10-18 17:40
Actions

Also available in: Atom PDF