Skip to content

Commit 7d4255f

Browse files
fix exclude columns test
1 parent 08b59c7 commit 7d4255f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/mysql-cdc/35-exclude-columns.td

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ contains:column "f2" does not exist
6868
$ mysql-execute name=mysql
6969
ALTER TABLE t1 DROP COLUMN f2;
7070

71-
! select * from t1;
72-
contains:incompatible schema change
71+
> select * from t1;
72+
1 "test"
73+
1 "test"

0 commit comments

Comments
 (0)