1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-12939 A query crashes MariaDB in Item_func_regex::cleanup

and
MDEV-13144 regexp on views - crashed mariadb server

implement Item_func_regex::build_clone()
This commit is contained in:
Sergei Golubchik
2017-06-25 20:55:58 +02:00
parent 7bea860709
commit 75f80004b1
4 changed files with 22 additions and 8 deletions

View File

@ -894,3 +894,5 @@ REGEXP_INSTR('a_kollision', '(oll)')
4
SELECT REGEXP_INSTR('a_kollision', '(oll)');
REGEXP_INSTR('a_kollision', '(oll)')
4
SELECT REGEXP_INSTR('a_kollision', 'o([lm])\\1');