Skip to content

Commit 5a08acd

Browse files
authored
docs: fix 'enable_global_index' to 'enable-global-index' (pingcap#40009)
1 parent 0c18082 commit 5a08acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/2020-08-04-global-index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ In TiDB, operators in the partitioned table will be translated to UnionAll in th
183183

184184
## Compatibility
185185

186-
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.
186+
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.
187187

188188
## Implementation
189189

0 commit comments

Comments
 (0)