D3Hunter
Results
83
comments of
D3Hunter
> I think DM can rewrite it as a CREATE TABLE statement, and also converts the following COMMIT to no-op and ROLLBACK to DROP TABLE > > /cc [@GMHDBJD](https://github.com/GMHDBJD) [@D3Hunter](https://github.com/D3Hunter)...
From @joechenrh , see https://github.com/pingcap/tidb/blob/293331cd9211c214f3431ff789210374378e9697/pkg/ddl/ddl_worker.go#L1448-L1453, the 6th job args is removed on success when run on 7.5, while in 8.5 we expect 6 args if the job is run on...