Skip to content

Commit 7a44278

Browse files
committed
fix priciple-and-practice.md
1 parent d8e2169 commit 7a44278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/mysql-flashback-priciple-and-practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ mysql> select count(*) from user;
170170
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
171171

172172
shell> wc -l /tmp/rollback.sql
173-
16128 /tmp/rollback.sql
173+
16128 /tmp/rollback.sql
174174
```
175175
176176
4. 与业务方确认回滚sql没问题,执行回滚语句。登录mysql,确认回滚成功。

0 commit comments

Comments
 (0)