github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/downstream_diff_index/data/db1.increment.sql (about)

     1  use downstream_diff_index1;
     2  update t1 set c3 = '111' where c1 = 1;
     3  delete from t1 where c1 = 2;
     4  insert into varchar20000 values (1, '1');