[skip ci] Fix some issues (#10792)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
This commit is contained in:
min.tian 2021-10-28 20:15:41 +08:00 committed by GitHub
parent cc4889a2ad
commit de8294f057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.