[MDEV-30365] don't let query_cache_size control query_cache_type Created: 2023-01-09 Updated: 2023-01-09 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.6 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Rick Pizzi | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 12 |
| Labels: | None | ||
| Description |
|
In 10.1 it was decided that changing the query_cache_size variable from its default value would enable query cache automatically by turning query_cache_type to ON even if it's set to OFF explicitly in confifguration. This does not make much sense and is conter-intuitive. Please, either remove this relation (so that one needs to effectively turn query_cache_type to ON to enable query cache), or remove the query_cache_type variable entirely. This for the sake of coherence (one variable should not control another). Thanks, |