frank

Results 4 comments of frank

```canal ``` 账号权限足够的 ![image](https://user-images.githubusercontent.com/22758879/209793330-5eed9291-f1e6-47fd-a1b1-804f82bbddfe.png) 错误代码定位 ``` public Map snapshot() { Map schemaDdls = new HashMap(); for (Schema schema : repository.getSchemas()) { StringBuffer data = new StringBuffer(4 * 1024); for (String...

@zhng1456 一样的报错 ``` 2022-12-29 09:05:40.141 [destination = example , address = /${address} , EventParser] WARN c.a.o.c.p.inbound.mysql.rds.RdsBinlogEventParserProxy - prepare to find start position mysql-bin.002908:230082980:1672275861000 2022-12-29 09:05:41.490 [destination = example , address...

调试源码中 当表ddl 包含 `CONSTRAINT` ,MySqlCreateTableStatement.accept0 报错, bug存在https://github.com/alibaba/druid 中 ``` CREATE TABLE `test` ( `id` bigint NOT NULL DEFAULT '0', `test_no` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), CONSTRAINT `test_chk_1`...