summaryrefslogtreecommitdiff
path: root/mysql-test/main/func_regexp_pcre_debug.result
blob: 61bf9cfe98b13405d247394d52ccfc270fd78313 (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	Regex error 'pcre_exec: Internal error (-123)'
SELECT 'a' RLIKE 'a';
'a' RLIKE 'a'
1