[MDEV-26234] make max_prepared_stmt_count a per connection limit Created: 2021-07-24 Updated: 2021-07-25 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Prepared Statements |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Axel Schwenke | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The prepared statement cache is specific for each thread (until MDEV-26233 is fixed). It is thus counter-intuitive that the related limit max_prepared_stmt_count is a global one. It should instead be a per-thread limit. |