MySQL Forums
Forum List  »  Newbie

Re: Upgraded MySQL - Lot's of Similar Errors
Posted by: Marvin Miller
Date: March 03, 2009 01:54AM

Hi!

ibf_members is pretty big but here's the specific row definition that was causing the problem;

`def_g_cat` mediumint(8) NOT NULL default '0',

The problem seems to be the NOT NULL constraint. I understand that but what I don't understand is that the same code used to work with those constraints when I was using the earlier MySQL versions I mentioned in the original post.

I guess I'm wondering if the earlier MySQL versions were much 'looser' and would have allowed that query to work because I'm certain the code hasn't changed and I double checked the contraints on that table and they haven't changed - so I find it odd that those queries stopped working after the updates.

Best & Thank You!
Marvin

Options: ReplyQuote


Subject
Written By
Posted
Re: Upgraded MySQL - Lot's of Similar Errors
March 03, 2009 01:54AM


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.