|
|
|
|
|
by morganpyne
5233 days ago
|
|
How does this deal with foreign key references? I thought that if you rename a table the FK references from other tables will still point at the renamed table? Discussion here: http://dev.mysql.com/doc/refman/5.0/en/rename-table.html The Percona pt-online-schema-change tool goes to great lengths to avoid this kind of problem. |
|