[MDEV-5820] MySQL Bug #54805 definitions in regex/my_regex.h conflict with /usr/include/regex.h Created: 2014-03-11 Updated: 2014-03-26 Resolved: 2014-03-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.9 |
| Fix Version/s: | 10.0.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | upstream | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Test case for MySQL "Bug #54805 definitions in regex/my_regex.h conflict with /usr/include/regex.h" fails in 10.0. Test diff attached. Please try to apply test case as is unless it is applicable. |
| Comments |
| Comment by Sergei Golubchik [ 2014-03-20 ] |
|
we now use PCRE and can also link with system pcre. So, we should use system pcre behavior, where \t is [[:blank:]], it's MySQL bug that it is not. |