Skip to content

Commit d6eebc1

Browse files
authored
v7.5.7: change the default value of tidb_enable_historical_stats (#21551)
1 parent 8599d5c commit d6eebc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2095,8 +2095,8 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;
20952095
- Persists to cluster: Yes
20962096
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
20972097
- Type: Boolean
2098-
- Default value: `ON`
2099-
- This variable controls whether to enable historical statistics. The default value changes from `OFF` to `ON`, which means that historical statistics are enabled by default.
2098+
- Default value: `OFF`. Before v7.5.7, the default value is `ON`.
2099+
- This variable controls whether to enable historical statistics. The default value is `OFF`, which means that historical statistics are disabled by default.
21002100
21012101
### tidb_enable_historical_stats_for_capture
21022102

0 commit comments

Comments
 (0)