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