1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +03:00
Files
mariadb/mysql-test/main/func_regexp_pcre_debug.test
2018-03-29 13:59:44 +03:00

7 lines
137 B
Plaintext

--source include/have_debug.inc
SET debug_dbug='+d,pcre_exec_error_123';
SELECT 'a' RLIKE 'a';
SET debug_dbug='';
SELECT 'a' RLIKE 'a';