12 messages in com.mysql.lists.clusterRe: multiple keys| From | Sent On | Attachments |
|---|---|---|
| Matthew Story | 15 May 2006 14:09 | |
| pek...@mysql.com | 15 May 2006 14:26 | |
| Matthew Story | 15 May 2006 14:32 | |
| pek...@mysql.com | 15 May 2006 14:42 | |
| Matthew Story | 15 May 2006 15:37 | |
| Kishore Jalleda | 15 May 2006 15:47 | |
| Kishore Jalleda | 16 May 2006 10:29 | |
| Kishore Jalleda | 16 May 2006 11:17 | |
| Matthew Story | 16 May 2006 11:18 | |
| Matthew Story | 16 May 2006 11:55 | |
| Matthew Story | 16 May 2006 12:42 | |
| Stewart Smith | 17 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 .....
Kishore Jalleda http://kjalleda.googlepages.com/projects
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 ?
-- Pekka Nousiainen, Software Engineer MySQL AB, www.mysql.com pek...@mysql.X.com +46 (0) 73 068 4978
-- MySQL Cluster Mailing List For list archives: http://lists.mysql.com/cluster To unsubscribe: http://lists.mysql.com/cluster?unsub=matt...@gmail.com
-- regards, matt
-- MySQL Cluster Mailing List For list archives: http://lists.mysql.com/cluster To unsubscribe: http://lists.mysql.com/cluster?unsub=kjal...@gmail.com




