keep_moving

Results 1 issues of keep_moving

**Describe the bug** 多会话并发操作表数据,耦合多表update场景问题,会存在结果集与mysql不一致问题 **Environment** 正常环境 **Fast Reproduce Steps(Required)** 1)session1中建表 drop table if exists t,t1; create table t(a int, b int, c int); create table t1(a int, b int, c...

type: bug