From de8294f0579f2b792dfe2a4431c5b678bee3a2ce Mon Sep 17 00:00:00 2001 From: "min.tian" Date: Thu, 28 Oct 2021 20:15:41 +0800 Subject: [PATCH] [skip ci] Fix some issues (#10792) Signed-off-by: min.tian --- docs/developer_guides/chap08_binlog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guides/chap08_binlog.md b/docs/developer_guides/chap08_binlog.md index 3a7a60a6e4..5b8b8e373c 100644 --- a/docs/developer_guides/chap08_binlog.md +++ b/docs/developer_guides/chap08_binlog.md @@ -70,7 +70,7 @@ In binlog file, we have stored many common fields in fixed part, such as `Collec However, different binlog files have some other different information which differs from each other. -So, `ExtraBytes` was designed to store these different information. +So, `ExtraBytes` was designed to store this different information. For example, for index binlog file, we will store `indexID`, `indexBuildID`, `indexID` and other index-related information to `ExtraBytes`.