mirror of
https://github.com/MariaDB/server.git
synced 2025-07-20 10:24:14 +03:00
MDEV-21360 debug_dbug pre-test value restoration issues
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
SET debug_dbug='+d,pcre_exec_error_123';
|
||||
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
|
||||
SET debug_dbug='';
|
||||
SELECT 'a' RLIKE 'a';
|
||||
'a' RLIKE 'a'
|
||||
1
|
||||
|
Reference in New Issue
Block a user