mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
7 lines
137 B
Text
7 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';
|