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

     1  -- test the db name that must be quoted are working properly;
     2  use `check-task`;
     3  
     4  create table t1(c int primary key);
     5  
     6  create table t2(c int primary key, c2 int);
     7  
     8  create table t3(c int primary key, c3 int);
     9  
    10  create table t4(c int primary key, c4 int);
    11  
    12  create table t5(c int primary key, c5 int);
    13  
    14  create table t6(c int primary key, c6 int);