summaryrefslogtreecommitdiff
path: root/mysql-test/main/func_regexp_pcre_debug.result
blob: 40a379a077da91b4d1b24b8e5456571cda7cf5ef (plain)
1
2
3
4
5
6
7
8
9
SET STATEMENT debug_dbug='+d,pcre_exec_error_123' for
SELECT 'a' RLIKE 'a';
'a' RLIKE 'a'
0
Warnings:
Warning	1139	Got error 'pcre_exec: Internal error (-123)' from regexp
SELECT 'a' RLIKE 'a';
'a' RLIKE 'a'
1