summaryrefslogtreecommitdiff
path: root/mysql-test/main/func_regexp_pcre.test
Commit message (Collapse)AuthorAgeFilesLines
* compatibility with pcre2 < 10.30Sergei Golubchik2020-01-161-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 flagSergei Golubchik2020-01-161-2/+3
|
* remove pcre, add support for bundled pcre2Sergei Golubchik2019-12-211-12/+0
|
* MDEV-14024 PCRE2.Alexey Botchkov2019-12-211-0/+1
| | | | Related changes in the server code.
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+465