MySQL Forums
Forum List  »  NDB clusters

ERROR 1235 (42000): This version of MySQL doesn't yet support 'alter online table tbl reorganize partition' - MySQL version 7.2.8
Posted by: Benjamin J.
Date: November 08, 2012 03:39AM

I got the following error after adding new nodes to the cluster and trying to reorganize a table's partitions.

mysql> alter online table tbl reorganize partition;
ERROR 1235 (42000): This version of MySQL doesn't yet support 'alter online table tbl reorganize partition'

I did exactly the same with other tables, but this one is a very big one with hundereds of millions of rows.

So now I have the new data nodes, but they don't get any data. What can I do to reorganize the table?



Edited 1 time(s). Last edit at 11/08/2012 03:40AM by Benjamin J..

Options: ReplyQuote


Subject
Views
Written By
Posted
ERROR 1235 (42000): This version of MySQL doesn't yet support 'alter online table tbl reorganize partition' - MySQL version 7.2.8
2485
November 08, 2012 03:39AM


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.