fangchieh
Results
2
comments of
fangchieh
@3AceShowHand 您好,可能我的问题没有描述到位,导致您理解的可能有误。 [event-流的输出示例](https://docs.pingcap.com/zh/tidb/stable/ticdc-open-protocol#event-%E6%B5%81%E7%9A%84%E8%BE%93%E5%87%BA%E7%A4%BA%E4%BE%8B) 这个示例里的 Log11 输出的结果我认为可能有误: Log11 是 UPDATE test.t1 SET val = 'dd' WHERE id = 3; 语句产生的日志,它是update事件; 为什么 value 的对象中没有出现 "p":{"id":{"t":3,"h":true,"v":3},"val":{"t":15,"v":"Y2M="}}
> 请提供表结构 DDL 语句。 CREATE TABLE test.t1(id int primary key, val varchar(16));