1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +03:00

longer regex error messages

This commit is contained in:
Sergei Golubchik
2019-12-18 17:50:09 +01:00
parent 9dadfdcde5
commit 3b654d54c1
4 changed files with 22 additions and 23 deletions

View File

@ -3,7 +3,7 @@ SELECT 'a' RLIKE 'a';
'a' RLIKE 'a'
0
Warnings:
Warning 1139 Got error 'pcre_exec: Internal error (-123)' from regexp
Warning 1139 Regex error 'pcre_exec: Internal error (-123)'
SET debug_dbug='';
SELECT 'a' RLIKE 'a';
'a' RLIKE 'a'