Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/design: fix a typo (Mirgration → Migration) in the template #20782

Merged
merged 2 commits into from
Feb 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/design/2020-05-11-heap-profile-record.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/design/2020-09-30-index-usage-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down