From 4c0c5db5e1ec6b81e62c6ea1aaca0229f23846e6 Mon Sep 17 00:00:00 2001 From: kennytm Date: Tue, 9 Feb 2021 16:49:11 +0800 Subject: [PATCH] =?UTF-8?q?docs/design:=20fix=20a=20typo=20(Mirgration=20?= =?UTF-8?q?=E2=86=92=20Migration)=20in=20the=20template=20(#20782)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/design/2020-05-11-heap-profile-record.md | 2 +- docs/design/2020-09-30-index-usage-information.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design/2020-05-11-heap-profile-record.md b/docs/design/2020-05-11-heap-profile-record.md index 0b5d2710cbc90..dc06b21ee665c 100644 --- a/docs/design/2020-05-11-heap-profile-record.md +++ b/docs/design/2020-05-11-heap-profile-record.md @@ -65,7 +65,7 @@ We can find that the `hash` (the key of cache) and the `element`(the value of th 3. we use [sizeof](https://github.com/templarbit/sizeof) (the result is similar, but lower, not exact) to calculate the size of each key and element is 80byte and 40byte. 4. As 2.28 MB (120 byte * 20000) is similar to the 2.55MB, we can ensure that the heap profile would reflect the heap usage of `SimpleLRUCache`. -## Compatibility and Mirgration Plan +## Compatibility and Migration Plan None diff --git a/docs/design/2020-09-30-index-usage-information.md b/docs/design/2020-09-30-index-usage-information.md index 0cef46f599aae..2811f49fde1fd 100644 --- a/docs/design/2020-09-30-index-usage-information.md +++ b/docs/design/2020-09-30-index-usage-information.md @@ -175,7 +175,7 @@ Write privilege: These tables are read-only. You can use FLUSH SCHEMA_INDEX_USAG - end_monitoring - Oracle can set whether to monitor an index. -## Compatibility and Mirgration Plan +## Compatibility and Migration Plan MySQL supports `SCHEMA_UNUSED_INDEXES`. We are considering compatibility and also support this view.