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

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -