Session SQL mode causes failures #3810
Labels
area/ticdc
Issues or PRs related to TiCDC.
severity/moderate
type/bug
The issue is confirmed as a bug.
What did you do?
Setup
Setup two TiDB clusters and a MySQL Server.
Setup changefeeds to replicate data from "src" to "dst" (TiDB-to-TiDB) and "src" to "mysql" (TiDB-to-MySQL):
Test
On src:
Now check on dst and mysql, this should show the
cdctest.t1
table with one row.On src again:
What did you expect to see?
cdctest.t2
being replicated to the target databases with 2 rows.What did you see instead?
After `SET GLOBAL sql_mode='' on dst and mysql and waiting for retry the data was synced.
Versions of the cluster
TiDB: v5.3.0
MySQL: 8.0.27
CDC: v5.3.0
The text was updated successfully, but these errors were encountered: