MySQL Forums
Forum List  »  NDB clusters

Re: ERROR 1235 (42000): This version of MySQL doesn't yet support 'alter online table tbl reorganize partition' - MySQL version 7.2.8
Posted by: Mauritz Sundell
Date: November 12, 2012 03:35AM

Hi Benjamin,
please also submit the output of 'show warnings' after an error occurred. MySQL Cluster use the warnings to give further details of what went wrong, so it is a good habit to always do show warnings after errors.

About the table tbl, have you set max_rows for the table? if so you must use max_rows again, since it is incompatible with reorganize partition.

Options: ReplyQuote


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


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.