1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-23 08:45:18 +03:00
Files
mariadb/mysql-test/main/func_regexp_pcre_debug.result
2020-01-20 16:48:56 +02:00

10 lines
200 B
Plaintext

SET STATEMENT debug_dbug='+d,pcre_exec_error_123' for
SELECT 'a' RLIKE 'a';
'a' RLIKE 'a'
0
Warnings:
Warning 1139 Regex error 'pcre_exec: Internal error (-123)'
SELECT 'a' RLIKE 'a';
'a' RLIKE 'a'
1