Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
qw4990 committed Aug 30, 2023
1 parent 268eb72 commit b559ebb
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;
- Type: Boolean
- Default value: `ON`
- This variable controls whether to enable the [Non-prepared plan cache](/sql-non-prepared-plan-cache.md) feature.
- Enabling this feature may incur some additional memory usage, so decide whether to enable this feature according to your specific usage scenarios.
- Enabling this feature may incur some additional memory and CPU overhead, so it's not appropriate for all scenarios and decide whether to enable this feature according to your specific usage scenarios.
### tidb_enable_non_prepared_plan_cache_for_dml <span class="version-mark">New in v7.1.0</span>
Expand Down

0 comments on commit b559ebb

Please sign in to comment.