[MXS-4714] qc_sqlite does not properly parse a RENAME statement Created: 2023-08-15 Updated: 2023-08-16 Resolved: 2023-08-16 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qc_sqlite |
| Affects Version/s: | 2.5, 6.4, 22.08, 23.02 |
| Fix Version/s: | 2.5.28, 6.4.9, 22.08.8, 23.02.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
A rename statement like
will only be partially parsed, because the parser cannot handle a qualified name as the target table. qc_sqlite will also claim incorrectly that the affected tables are db1.table1 and db2. |