MySQL Forums
Forum List  »  Partitioning

Re: Partitioned table problem after upgrade to 5.5
Posted by: Mattias Jonsson
Date: March 06, 2013 04:38AM

Hi Jack,

Is the table KEY partitioned, and you are using non character (like INT) columns in the partitioning expression?

I.e. PARTITION BY KEY (int_col [, ...])

What happens if you rebuild the table in 5.5?

Can you add the output from SHOW CREATE TABLE and also the query?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Partitioned table problem after upgrade to 5.5
1478
March 06, 2013 04:38AM


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.