TiCDC misses backslash(\
) when replicating ddl to downstream
#7142
Labels
affects-6.4
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-6.6
affects-7.0
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
may-affects-4.0
may-affects-5.0
may-affects-5.1
may-affects-5.2
may-affects-5.3
may-affects-5.4
may-affects-6.0
may-affects-6.1
may-affects-6.2
may-affects-6.3
severity/major
type/bug
The issue is confirmed as a bug.
What did you do?
This is a bug found in tidb issue.
Create a
changefeed
to start a replication-- downstream show create table t20;
What did you expect to see?
What did you see instead?
Versions of the cluster
You can reproduce it using
tiup playground nightly --db 1 --kv 1 --tiflash 0 --ticdc 1
(upstream)and
tiup playground nightly --db 1 --kv 1 --tiflash 0
(downstream)The text was updated successfully, but these errors were encountered: