[MDEV-352] parse errors in loadable UCA / LDML collations are silently ignored Created: 2012-06-17 Updated: 2014-12-01 Resolved: 2014-11-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 5.5.24 |
| Fix Version/s: | 10.0.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Hartmut Holzgraefe | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | upstream-fixed | ||
| Description |
|
[12 Jun 21:22] Hartmut Holzgraefe Description: How to repeat:
<reset>\u0000</reset> with <reset>\0000</reset>
=> there is none Suggested fix: |
| Comments |
| Comment by Hartmut Holzgraefe [ 2012-06-17 ] |
| Comment by Sergei Golubchik [ 2012-06-20 ] |
| Comment by Sergei Golubchik [ 2013-01-01 ] |
|
fixed in mysql-5.6.6 |
| Comment by Elena Stepanova [ 2014-11-09 ] |
|
bar, If the bug is irrelevant to the current version, please just close it. |
| Comment by Alexander Barkov [ 2014-11-18 ] |
|
The problem does not present in 10.0, as the fix for MySQL Bug #65593 was earlier merged into 10.0.5 under terms of Note, 10.0 also extends the limits of the reset and shift sequences, It's now a valid sequence, it means resetting to a sequence of five characters (backslash followed by four zeros). Hmm, perhaps literal use of the backslash character should have been disallowed from the very beginning... Would be helpful to avoid typos like this. |