I was a little surprised to discover that DDL statements (alter table
, create index
etc) implicitly commit the current transaction in MySQL. Coming fr
One possibility is doing DDL changes in a non-destructive-manner, which would include: