MySQL Forums
Forum List  »  NDB clusters

Re: Schema Changes
Posted by: Stewart Smith
Date: November 29, 2006 08:32AM

if reproducable with latest 5.0, please file a bug.

schema operations in 5.0 NDB are not online, they are a copying ALTER TABLE - i.e. we create a temp table that's how the table should be and copy all the rows across then delete the original and rename.

Stewart Smith, Software Engineer - MySQL Cluster
MySQL AB, www.mysql.com

Jumpstart your cluster:
http://www.mysql.com/consulting/packaged/cluster.html

Options: ReplyQuote


Subject
Views
Written By
Posted
1546
November 28, 2006 05:08AM
935
November 28, 2006 11:27PM
Re: Schema Changes
887
November 29, 2006 08:32AM


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.