summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_regexp_pcre_debug.test
blob: c2581fa4110510360b6b9aea17b6963ae868d198 (plain)
1
2
3
4
5
6
--source include/have_debug.inc

SET debug_dbug='+d,pcre_exec_error_123';
SELECT 'a' RLIKE 'a';
SET debug_dbug='';
SELECT 'a' RLIKE 'a';