1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-04 01:23:45 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
52311b72e6 merge 10.0-base ->10.0 2014-02-05 20:35:11 +02:00
74cca64155 Upgrading the bundled PCRE to 8.34 2014-02-03 08:54:12 +04:00
5bb01fa1ac MDEV-5357 REGEXP word boundaries don't work
Applied a patch from Philip Hazel implementing the non-standard
syntax for word boundaries in PCRE, for compatibility with the
old Henry Spencer's regex library.
2013-12-02 14:39:08 +04:00
fcf992ba4c MDEV-4425 REGEXP enhancements
Adding pcre_stack_guard to avoid crashes in pcre_compile()
on a long recursive patterns with parenthesizes:

SELECT a RLIKE '((((...((((x)))...))))';
2013-10-02 11:58:29 +04:00
285e7aa179 MDEV-4425 REGEXP enhancements 2013-09-26 18:02:17 +04:00