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

add system variable 'tidb_enable_clustered_index' for v5.0 #3907

Merged
merged 9 commits into from
Sep 16, 2020
Prev Previous commit
Next Next commit
Update system-variables.md
  • Loading branch information
TomShawn authored Sep 16, 2020
commit a78beea64c1b3fc6c4c89ecd208995900bdf38db
2 changes: 1 addition & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Constraint checking is always performed in place for pessimistic transactions (d
- Default value: 0
- This variable is used to control whether to enable the cascades planner, which is currently considered experimental.

### tidb_enable_clustered_index <!-- New in 5.0 -->
### tidb_enable_clustered_index <span class="version-mark">Upcoming in v5.0</span>
TomShawn marked this conversation as resolved.
Show resolved Hide resolved

- Scope: SESSION | GLOBAL
- Default value: 1
Expand Down