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

     1  drop database if exists `async_checkpoint_flush`;
     2  reset master;
     3  create database `async_checkpoint_flush`;
     4  use `async_checkpoint_flush`;
     5  create table t1 (id int, primary key(`id`));