Skip to content

Commit

Permalink
Merge branch 'master' into fix-40039
Browse files Browse the repository at this point in the history
  • Loading branch information
qw4990 authored Dec 20, 2022
2 parents 7f1cbdb + 5a08acd commit da3ad45
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 da3ad45

Please sign in to comment.