Skip to content

Commit

Permalink
docs: fix 'enable_global_index' to 'enable-global-index' (#40009)
Browse files Browse the repository at this point in the history
  • Loading branch information
mychoxin committed Dec 20, 2022
1 parent 0c18082 commit 5a08acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/2020-08-04-global-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ In TiDB, operators in the partitioned table will be translated to UnionAll in th

## Compatibility

MySQL does not support global index, which means this feature may cause some compatibility issues. We add an option `enable_global_index` in `config.Config` to control it. The default value of this option is `false`, so TiDB will keep consistent with MySQL, unless the user open global index feature manually.
MySQL does not support global index, which means this feature may cause some compatibility issues. We add an option `enable-global-index` in `config.Config` to control it. The default value of this option is `false`, so TiDB will keep consistent with MySQL, unless the user open global index feature manually.

## Implementation

Expand Down

0 comments on commit 5a08acd

Please sign in to comment.