[MXS-4483] create table dual - is crashing in maxscale after upgrade Created: 2023-01-21 Updated: 2023-04-13 Resolved: 2023-01-23 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | 6.4.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Yakov Kushnirsky | Assignee: | Johan Wikman |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
the following SQL create table DUAL (DUMMY integer not null, primary key (DUMMY)) engine=InnoDB; is crashing in maxscale 6.4.4. While DUAL is reserved for special purpose (not to be used as user-defined table), the statement returned error in v.2.5, not a crash. ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near |
| Comments |
| Comment by Yakov Kushnirsky [ 2023-01-21 ] |
|
work-around is easy:
|