[MXS-4280] qc_sqlite does not properly handle a LIMIT clause Created: 2022-09-07 Updated: 2022-09-14 Resolved: 2022-09-14 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qc_sqlite |
| Affects Version/s: | 2.4, 2.5, 6, 22.08 |
| Fix Version/s: | 6.4.3, 22.08.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-166 |
| Description |
|
Internally sqlite3 handles a LIMIT clause as if IN were used.
causing the warning
to be logged. In 22.08 there are no other implications. In earlier version, if the firewall filter is used and configured to reject functions, then this will cause the statement to be rejected. |