开发者

does mysql undo changes if you kill thread?

i ran a delete rows query. i开发者_开发问答t was taking too long so i killed the thread from administration. did it undo the changes to the table/?


InnoDB will rollback the transaction.

MyISAM will leave the changes and possible even the table in corrupt state.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜