MySQL Forums
Forum List  »  General

Changes in Create Statement in Versions 4.1.x and up ?
Posted by: Mario Juerling
Date: March 22, 2005 08:45AM

Dear MySql Developer,

i have a big Problem with a Typo3 CMS and MySql-Databaseserver at the Version 4.1.9-log at my Provider.

The Prob i have is the folloing Statement:

create table xyz (
uid int(11) unsigned DEFAULT '0' NOT NULL AUTO_INCREMENT,
......

at the Versions 3.23.49-log and at the Version 4.0.24-Debian-2-log the Statement are always works and Typo3 makes the Tables without an Error. At the Version 4.1.9-log and a 5th Version the Statement produce the Error about the Default '0' entry.

So my Question is... has MySql became a silent update in this Statement or why work the Statement at the older Versions and not at the newest?

with regards
M. Juerling
Hamburg, Germany

Options: ReplyQuote


Subject
Written By
Posted
Changes in Create Statement in Versions 4.1.x and up ?
March 22, 2005 08:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.