Bifrost ---- 面向生产环境的 MySQL,MariaDB,kafka 同步到Redis,MongoDB,ClickHouse,StarRocks,Doris,Kafka等服务的异构中间件
1.95k
stars
330
forks
source link
[mysql binlog-subscribe]mysql not support 'insert ignore into table_xxx' and 'insert table_xxx' #278
Open
cherishman2005 opened 6 months ago
Version:
Describe the bug
bug file is
https://github.com/brokercap/Bifrost/blob/master/Bristol/mysql/binlog_query.go
To Reproduce
[case 1]
parse result: table is
into
. -- it is error, and not expected![case 2]
parse result: table is
values
. -- it is error, and not expected!Screenshots
Additional context
binlog_format=STATEMENT