MySQL Forums
Forum List  »  NDB clusters

Re: Problems converting MyISAM tables to NDBcluster
Posted by: Alex Davies
Date: September 08, 2005 08:23AM

See http://forums.mysql.com/read.php?25,34764,34764

Looks like you have hit a bug. What happens if you upgrade all nodes to 4.1.14? (slip hope!)

What happens if you run

Create Table: CREATE TABLE `x` (
`a` int(11) default NULL
) ENGINE=NDBCLUSTER DEFAULT CHARSET=latin1

Do you have a lot of tables already on your cluster?

Alex

Alex Davies
http://www.davz.net | alex@davz.net

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Problems converting MyISAM tables to NDBcluster
1947
September 08, 2005 08:23AM


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.