1102
1086
However, in case of ALTER Table RENAME there might be no intermediate
1103
1087
table. This is when the old and new tables are compatible, according to
1104
1088
compare_table(). Then, we need one additional call to
1110
1090
if (mysql_rename_table(old_db_type, db, table_name, db, old_name, FN_TO_IS_TMP))