Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compatibility with pcre2 < 10.30 | Sergei Golubchik | 2020-01-16 | 1 | -8/+9 |
| | | | | | | | | | | | * It uses stack a lot, limit the recursion depth like we used to do for pcre. * But don't do that for newer pcre2 that uses stack very little (and doesn't support limiting recursion depth anyway). * Fix tests to verify only that deep recursion doesn't crash, but ignore results and warnings (which depend on pcre2 version) * Also different pcre2 versions report different offset in error messages, take that into account. | ||||
* | tolerate old pcre versions without PCRE2_EXTENDED_MORE flag | Sergei Golubchik | 2020-01-16 | 1 | -2/+3 |
| | |||||
* | remove pcre, add support for bundled pcre2 | Sergei Golubchik | 2019-12-21 | 1 | -12/+0 |
| | |||||
* | MDEV-14024 PCRE2. | Alexey Botchkov | 2019-12-21 | 1 | -0/+1 |
| | | | | Related changes in the server code. | ||||
* | Create 'main' test directory and move 't' and 'r' there | Michael Widenius | 2018-03-29 | 1 | -0/+465 |