Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.3.4 #265

Merged
merged 9 commits into from
Dec 31, 2023
Merged

v2.3.4 #265

merged 9 commits into from
Dec 31, 2023

Conversation

jc3wish
Copy link
Member

@jc3wish jc3wish commented Dec 31, 2023

  1. 修复MySQL源,指定同步表配置后,但可能没生效的BUG BUG复现过程: a. 配置了一个T1表同步 b. 重启进程,并且T1表数据不再做任何更新 c. 配置T2表同步 d. 更新T1表的数据
  2. 修复mysql 带有触发器的时候binlog解析失败的bug V2.3.2 V2.3.3 : Mysql同步时报 columnName: 随机列 Unknown FieldType 15 err:EOF #263
  3. 修复plugin clickhouse decimal 精度丢失的bug MySQL同步到CK时Decimal(18, 2)字段偶尔错误 #204

jc3wish and others added 9 commits October 22, 2023 17:46
BUG复现过程:
1. 配置了一个T1表同步
2. 重启进程,并且T1表数据不再做任何更新
3. 配置T2表同步
4. 更新T1表的数据
…nto v2.2.3

* v2.x-input-mysql-has-trigger-binlog-parser-error-bug:
  修复mysql 带有触发器的时候binlog解析失败的bug #263
… into v2.2.3

* v2.x-input-mysql-replicate-db-may-error-by-restart-bug:
  修复MySQL源,指定同步表配置后,但可能没生效的BUG BUG复现过程: 1. 配置了一个T1表同步 2. 重启进程,并且T1表数据不再做任何更新 3. 配置T2表同步 4. 更新T1表的数据
* v2.2.3:
  修复MySQL源,指定同步表配置后,但可能没生效的BUG BUG复现过程: 1. 配置了一个T1表同步 2. 重启进程,并且T1表数据不再做任何更新 3. 配置T2表同步 4. 更新T1表的数据
  修复mysql 带有触发器的时候binlog解析失败的bug #263
  修复plugin clickhouse decimal 精度丢失的bug #204
  v2.2.2

# Conflicts:
#	README.EN.MD
#	README.MD
#	changelog.txt
#	config/version.go
@jc3wish jc3wish merged commit a90609b into master Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant