Re: REORGANIZE PARTITION Stuck: (status = setup)
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.
Subject
Views
Written By
Posted
4853
June 01, 2011 07:36PM
2543
June 01, 2011 07:46PM
2412
June 02, 2011 10:34PM
Re: REORGANIZE PARTITION Stuck: (status = setup)
2944
June 03, 2011 03:23AM
2957
June 03, 2011 08:28AM
2425
June 03, 2011 02:01PM
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.