1--source include/have_debug.inc
2
3SET STATEMENT debug_dbug='+d,pcre_exec_error_123' for
4SELECT 'a' RLIKE 'a';
5SELECT 'a' RLIKE 'a';
6