mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
46199c0e1d
We don't fix the bug itself, we just make regex functions display errors returned from pcre_exec() as MariaDB warnings.
6 lines
137 B
Text
6 lines
137 B
Text
--source include/have_debug.inc
|
|
|
|
SET debug_dbug='+d,pcre_exec_error_123';
|
|
SELECT 'a' RLIKE 'a';
|
|
SET debug_dbug='';
|
|
SELECT 'a' RLIKE 'a';
|