MySQL Forums
Forum List  »  NDB clusters

Re: Different row counts on replicas on mysql cluster
Posted by: Kenan Ozturk
Date: April 28, 2005 05:59AM

just found out what the problem is.

tables must be created with the ENGINE=NDB or ENGINE=NDBCLUSTER option.

after altering tables with this option, replicas seem OK.

mysql >ALTER TABLE table_name ENGINE=NDBCLUSTER;


Thanks anyway,
Kenan

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Different row counts on replicas on mysql cluster
1917
April 28, 2005 05:59AM


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.