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?
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?