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:
committed by
Sergei Golubchik
parent
ce70573f62
commit
9dadfdcde5
@ -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
|
||||
|
Reference in New Issue
Block a user