MySQL Forums
Forum List  »  Partitioning

Re: REORGANIZE PARTITION Stuck: (status = setup)
Posted by: Mattias Jonsson
Date: June 03, 2011 03:23AM

If it is slower than INSERT INTO p1New SELECT * from p1Old, p2Old and no other query uses the table, then please file a bug with a repeatable test so I can take a closer look.

Which version are you using?

Also the answers to Rick's questions are relevant too.

Can you also do a SHOW FULL PROCESSLIST or SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST ?

The REORGANIZE PARTITION never comes to the 'copy to tmp table' in the mysql_alter_table function, but does not update the state either, so thats why it still says 'setup' as status.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: REORGANIZE PARTITION Stuck: (status = setup)
2850
June 03, 2011 03:23AM


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.