Re: Different row counts on replicas on mysql cluster
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
Subject
Views
Written By
Posted
2869
April 28, 2005 02:33AM
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.