If you're trying to leave things up and running - then other queries will either be referencing the old column name (and fail once the change goes through) or the new name (and be failing *until* the change goes through)
– Damien_The_UnbelieverDec 14 '11 at 12:12
i dont have problem with queries "asking" for the old name cause currently there are none of those. im only interested in changing the column name without locking the table, is it possible?
– RanDec 14 '11 at 12:14
As well said [here](https://stackoverflow.com/questions/8172540/mysql-change-column-name-without-recreating-the-table), check this out: http://www.percona.com/doc/percona-toolkit/pt-online-schema-change.html
– JauzsikaDec 14 '11 at 12:13