[MDEV-27690] Crash on `CHARACTER SET csname COLLATE DEFAULT` in column definition Created: 2022-01-31 Updated: 2022-04-25 Resolved: 2022-04-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8 |
| Fix Version/s: | 10.2.44, 10.3.35, 10.5.16, 10.6.8, 10.7.4, 10.8.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
These statements crash the server:
Note, this statements do not:
But they can produce a wrong table. See |
| Comments |
| Comment by Alexander Barkov [ 2022-02-08 ] | ||||||||
|
These statements also crash the server:
So does this:
So does this:
| ||||||||
| Comment by Alexander Barkov [ 2022-04-10 ] | ||||||||
|
This problem was permanently fixed in 10.9 by Now need to provide a light 10.2 specific fix. | ||||||||
| Comment by Alexander Barkov [ 2022-04-14 ] | ||||||||
|
Merged to 10.3. Added a fix for sql_yacc_ora.yy. | ||||||||
| Comment by Alexander Barkov [ 2022-04-25 ] | ||||||||
|
added a 10.6 specific tests |