12 messages in com.mysql.lists.clusterRe: multiple keys
FromSent OnAttachments
Matthew Story15 May 2006 14:09 
pek...@mysql.com15 May 2006 14:26 
Matthew Story15 May 2006 14:32 
pek...@mysql.com15 May 2006 14:42 
Matthew Story15 May 2006 15:37 
Kishore Jalleda15 May 2006 15:47 
Kishore Jalleda16 May 2006 10:29 
Kishore Jalleda16 May 2006 11:17 
Matthew Story16 May 2006 11:18 
Matthew Story16 May 2006 11:55 
Matthew Story16 May 2006 12:42 
Stewart Smith17 May 2006 04:44 
Subject:Re: multiple keys
From:Kishore Jalleda (kjal@gmail.com)
Date:05/15/2006 03:47:27 PM
List:com.mysql.lists.cluster

On 5/15/06, Matthew Story <matt@gmail.com> wrote:

Well we've made some progress. I now get a different error that tells me the table already exists when I try to alter the engine. When I check from another MySQL daemon connected to the cluster I find that these tables aren't actually in the cluster, even if I perform a flush tables command on the other database. This has happened before after i've had troubles, but this usually just required me to restart the mysql server, now I've tried that and I still have the error.

Since the Cluster doesn't support auto-discovery of databases, you will have to first create the database ('CREATE DATABASE') on all the SQL nodes in the cluster (table data is then seen by all the sql nodes as there is auto-discovery of tables), only then all you SQL nodes would see the DB, so I suggest you do this first and then try ALTER TABLE .....

On 5/15/06, pek@mysql.com <pek@mysql.com> wrote:

since my first error I doubled the value of max number of tables and the error is still coming up.

How about MaxNoOfUniqueHashIndexes ?