[MXS-4053] The cache does not handle multi-statements properly. Created: 2022-03-22 Updated: 2022-05-23 Resolved: 2022-03-24 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | cache |
| Affects Version/s: | 2.5, 6 |
| Fix Version/s: | 2.5.20, 6.2.4, 6.3.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Description |
|
The cache does not recognize multi-statements, but handles them according to the first statement. That means that if the multi-statement contains "non-exotic" SELECTs then it will work, but if only the first statement is cacheable and the others are not, then it will not as the results of all statements will nonetheless be cached. |