Yearning icon indicating copy to clipboard operation
Yearning copied to clipboard

[Question] DDL语句可以生成回滚语句,但是DML不会生成回滚语句。同一库,同一账号。

Open daquan opened this issue 6 months ago • 4 comments

描述问题 DDL语句可以生成回滚语句,但是DML不会生成回滚语句(回滚语句是空的)。同一库,同一账号。

查看日志显示的也没问题:

[2024/07/31 07:42:48] [info] binlogsyncer.go:144 create BinlogSyncer with config {2043931 mysql xxxxxx.us-east-2.rds.amazonaws.com 3306 yearning false false false UTC true 0 0s 0s 0 false false 0} [2024/07/31 07:42:48] [info] binlogsyncer.go:359 begin to sync binlog from position (mysql-bin-changelog.000163, 77380056) [2024/07/31 07:42:48] [info] binlogsyncer.go:776 rotate to (mysql-bin-changelog.000163, 77380056) [2024/07/31 07:42:48] [info] binlogsyncer.go:175 syncer is closing... [2024/07/31 07:42:48] [info] binlogsyncer.go:849 kill last connection id 2008254 [2024/07/31 07:42:48] [info] binlogsyncer.go:202 syncer is closed

MySQL版本:8.0.28 Yearning版本:v3.1.8

daquan avatar Jul 31 '24 13:07 daquan