Hi guys,
I am having trouble removing a column which is indexed. I dont really understand what is happening as I usually have no problem deleting indexes. When I try to delete the column or index I get the following error
ERROR 1025 (HY000): Error on rename of './db-name/#sql-135e_9ee6d2' to './db-name/table-name' (errno: 150)
If I create a new index on the same column I can remove the old index but not the new one (I guess its just checking if an index is available). Have you guy ever encountered this problem if so any suggestion how I can solve this?
engine: innoDB mysql version: Ver 14.12 Distrib 5.0.45, for redhat-linux-gnu (x86_64) using readline 5.0
Thanks for your help, if you need any more information please let me know.