[MXS-1150] Cache: Do not cache SELECTs using certain functions. Created: 2017-03-01 Updated: 2017-03-07 Resolved: 2017-03-07 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | cache |
| Affects Version/s: | None |
| Fix Version/s: | 2.1.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | Cache Improvements |
| Sprint: | 2017-29 |
| Description |
|
SELECTs using e.g. LAST_INSERT_ID() or CURRENT_TIMESTAMP() should not be cached, as the result inherently changes. |