[MDEV-4518] Server crashes in is_white_space when it's run with query cache, charset ucs2 and collation ucs2_unicode_cii Created: 2013-05-14 Updated: 2013-05-17 Resolved: 2013-05-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.2, 5.5.31 |
| Fix Version/s: | 10.0.3, 5.5.31 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||
| Description |
|
To reproduce, start server with
and try to connect to it with a client (or execute some SELECT, e.g. the same select @@version_comment limit 1 as above). bzr version-info
|
| Comments |
| Comment by Elena Stepanova [ 2013-05-14 ] |
|
Same with --character-set-server=utf16 |
| Comment by Alexander Barkov [ 2013-05-15 ] |
|
The problem is reproducible with this SELECT query: CREATE TABLE t1 (a INT); |
| Comment by Alexander Barkov [ 2013-05-15 ] |
|
Patch sent to Sanja for review. |
| Comment by Alexander Barkov [ 2013-05-15 ] |
|
Please review. Patch sent by email. |
| Comment by Alexander Barkov [ 2013-05-17 ] |
|
Fixed in 5.5.31 |