Skip to content

Commit

Permalink
docs/design: fix a typo (Mirgration → Migration) in the template (#20782
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kennytm authored Feb 9, 2021
1 parent 38aaad2 commit 4c0c5db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 4c0c5db

Please sign in to comment.