[MXS-4481] Attempting to create a table with the name "DUAL" crashes MaxScale Created: 2023-01-20 Updated: 2023-04-13 Resolved: 2023-01-20 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qc_sqlite |
| Affects Version/s: | 2.5, 6.4, 22.08 |
| Fix Version/s: | 6.4.6, 22.08.5, 23.02.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
A statement like
crashes MaxScale. The reason is that DUAL is a "magic" table that can be used when a table is not needed, e.g. select 1 from dual. The create statement would fail like
when executed directly against the server, so the statement is invalid anyway. But MaxScale must obviously not crash. |