Skip to content

Commit

Permalink
tidb: update the default value of variable `tidb_enable_non_prepared_…
Browse files Browse the repository at this point in the history
…plan_cache` (#13984) (#14026)
  • Loading branch information
ti-chi-bot committed Jun 28, 2023
1 parent 6e5a5fd commit e7e9177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1791,7 +1791,7 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;
- Scope: SESSION | GLOBAL
- Persists to cluster: Yes
- Type: Boolean
- Default value: `OFF`
- Default value: `ON`
- This variable controls whether to enable the [Non-prepared plan cache](/sql-non-prepared-plan-cache.md) feature.

### tidb_enable_non_prepared_plan_cache_for_dml <span class="version-mark">New in v7.1.0</span>
Expand Down

0 comments on commit e7e9177

Please sign in to comment.