AstonPudding

Results 3 issues of AstonPudding

## Description 在使用dtle从MySQL到MySQL的单库全量传输数据时,遇到表中带有bit类型的字段时会在日志中输出mysql.extractor. error,导致job为dead状态。 ## Steps to reproduce the issue 1. job.json ### { "Name":"src_to_dest", "Tasks":[ { "Type":"Src", "Config":{ "Gtid":"", "ReplicateDoDb":[ { "TableSchema":"mcc", "Tables":[ ] } ], "ConnectionConfig":{ "Host":"192.168.86.101", "Port":"3306",...

need_verify

在sqlserver单节点模式下,可以正常解析 在alwayson集群模式下,能看到日志记录,但是无法解析出SQL ![image](https://user-images.githubusercontent.com/46662578/232007671-7ab7ee4b-c450-40cd-a7c3-57eb1e941622.png)

In some scenarios, the full data synchronization during the init_replica phase is relatively slow. I would like to perform the full data synchronization using other methods first, and then use...