MySQL Forums
Forum List  »  InnoDB

Re: Alter table killed, but change was done
Posted by: Charlie Schaubmair
Date: June 03, 2011 01:58AM

Rick, the following statement was running and killed by me:
ALTER TABLE table1 modify myColumn varchar(200);

Not the one with the:
CREATE TABLE table1_tmp like table1;

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Alter table killed, but change was done
594
June 03, 2011 01:58AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.