fix priciple-and-practice.md

This commit is contained in:
danfengcao 2017-04-07 17:23:18 +08:00
parent d8e2169378
commit 7a44278a29
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ mysql> select count(*) from user;
INSERT INTO `test`.`user`(`addtime`, `id`, `name`) VALUES ('2014-11-11 00:04:48', 2, '小钱'); #start 257427 end 265754 time 2016-12-26 11:44:56
shell> wc -l /tmp/rollback.sql
16128 /tmp/rollback.sql
16128 /tmp/rollback.sql
```
4. 与业务方确认回滚sql没问题执行回滚语句。登录mysql确认回滚成功。