Sorry, but your schema seems mysql-unlike/wrong to me. And Yes, I know this wasn't the problem in your mail. :-)
Don't know how if the uri.uri_string is redefined, but if not varchar(255) doesn't fit (255-char-limit). - BLOB is what has to be. Then: Primary-key is already an index, why double index i.e. uri.uri_id? The is_variables meant to be boolean, nor? - If Yes, int(11) is much to big. - Why don't take tinyint(1) or even varchar(1). I'm not a mysql-expert, but couldn't anyone check this? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
