From 0392115539db0d6020114f11c8d991ceafc44b1d Mon Sep 17 00:00:00 2001 From: shaoyue Date: Wed, 10 Nov 2021 19:29:06 +0800 Subject: [PATCH] [skip ci] Add IndexFile event code in binlog doc (#11539) Signed-off-by: shaoyue.chen --- docs/developer_guides/chap08_binlog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/developer_guides/chap08_binlog.md b/docs/developer_guides/chap08_binlog.md index 5b8b8e373c..76370da9f2 100644 --- a/docs/developer_guides/chap08_binlog.md +++ b/docs/developer_guides/chap08_binlog.md @@ -91,6 +91,7 @@ CREATE_COLLECTION_EVENT DROP_COLLECTION_EVENT CREATE_PARTITION_EVENT DROP_PARTITION_EVENT +INDEX_FILE_EVENT ``` DESCRIPTOR_EVENT must appear in all column files and always be the first event.