tidb中我delete table where date>1 and date<2 limit 10000; 这样的sql在binlog中他是怎么记录的 他是记录一条deletesql还是记录删除的每行数据呢?
每行都记录
记录1000条删除的行记录