1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-20 10:24:14 +03:00
Files
mariadb/mysql-test/r/func_regexp_pcre_debug.result
2020-01-15 18:06:24 +01:00

10 lines
210 B
Plaintext

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