You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: system-variables.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2095,8 +2095,8 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;
2095
2095
- Persists to cluster: Yes
2096
2096
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
2097
2097
- 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.
0 commit comments