MySQL Forums
Forum List  »  NDB clusters

Re: errorno: 4336-- even otherwise
Posted by: Mikael Ronström
Date: July 20, 2005 05:42PM

Hi,

Can't make anything out of it unfortunately. But I have some suspicions that might be
worthwhile. Could it be that you have a very large amount of tables (more than 2048 or
so). Please also report it as a bug because it certainly has the looks of one.

Rgrds Mikael

mon lax wrote:
> Hi,
>
> CREATE TABLE `forum_watch` (
> `watch_user` int(10) unsigned NOT NULL default
> '0',
> `watch_forum` int(10) unsigned default NULL,
> `watch_topic` int(10) unsigned default NULL,
> KEY `idx_fw1` (`watch_user`, `watch_forum`),
> KEY `idx_fw2` (`watch_user`, `watch_topic`)
> ) COMMENT='Links users to the forums/messages
> they are watching';
>
>
> I get the error
> #1005 - Can't create table
> './dotproject/forum_watch.frm' (errno: 4336)
>
> can this help any better?
>
> Regards,
> Mon

Options: ReplyQuote


Subject
Views
Written By
Posted
3094
July 17, 2005 03:12PM
1946
July 17, 2005 10:26PM
Re: errorno: 4336-- even otherwise
1788
July 20, 2005 05:42PM


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.