Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed Oct 23, 2024
1 parent 5cfe391 commit 388a4a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions e2e_test/source_legacy/cdc/mysql_cdc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,3 @@ FLUSH PRIVILEGES;
CREATE TABLE tt3 (v1 int primary key, v2 timestamp);
INSERT INTO tt3 VALUES (1, '2020-07-30 10:08:22');
INSERT INTO tt3 VALUES (2, '2020-07-31 10:09:22');

USE `kdb`;
CREATE TABLE kt1 (id int primary key, v1 varchar);
INSERT INTO kt1 VALUES (1,'aaa'),(2,'bbb');

0 comments on commit 388a4a1

Please sign in to comment.