MySQL Forums
Forum List  »  General

Re: after moving database problems with NULL value
Posted by: Rick James
Date: February 19, 2009 08:34PM

There was a spec change wherein
CREATE TABLE not_null ( y INT NOT NULL DEFAULT '1' );
INSERT INTO not_null VALUES (NULL);
will now fail.

See:
http://forums.mysql.com/read.php?10,239965,240002#msg-240002

Options: ReplyQuote


Subject
Written By
Posted
Re: after moving database problems with NULL value
February 19, 2009 08:34PM


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.