[MDEV-12774] JSON_EXTRACT fails with some escaped unicode as key Created: 2017-05-10 Updated: 2017-09-12 Resolved: 2017-09-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | JSON |
| Affects Version/s: | 10.2.5 |
| Fix Version/s: | 10.2.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Armin Preiml | Assignee: | Alexey Botchkov |
| Resolution: | Done | Votes: | 1 |
| Labels: | JSON | ||
| Environment: |
Ubuntu 17.04 |
||
| Description |
|
JSON_EXTRACT fails to handle specific escaped unicode sequence. Here is a example:
Here JSON extract returns null. I've testet the same code on mysql and it works fine. The next example, containing only the first unicode character runs fine on mariadb and mysql.
|
| Comments |
| Comment by Elena Stepanova [ 2017-05-12 ] | ||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||
| Comment by Alexey Botchkov [ 2017-09-12 ] | ||||||||||||||||||||||||||||||||||||||||
|
The bug was fixed by an older commit. |