After changing mysql table engine, the old table will be deleted? -
for example, if execute:
mysql-> alter table mytable engine = innodb
it change mysql table engine, old table copy new table row row.
question is: when copy completed, old table reserved or auto deleted or execute drop old_talbe myself?
Comments
Post a Comment