1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-14024 PCRE2.

Related changes in the server code.
This commit is contained in:
Alexey Botchkov
2019-12-17 01:37:59 +04:00
committed by Sergei Golubchik
parent ce70573f62
commit 9dadfdcde5
29 changed files with 122 additions and 288 deletions

View File

@ -382,6 +382,7 @@ SELECT 'AB' RLIKE 'A B';
SELECT 'AB' RLIKE 'A# this is a comment\nB';
SET default_regex_flags=DEFAULT;
--error ER_REGEXP_ERROR
SELECT 'Aq' RLIKE 'A\\q';
SET default_regex_flags='EXTRA';
--error ER_REGEXP_ERROR