summaryrefslogtreecommitdiff
path: root/mysql-test/main/func_regexp_pcre_debug.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/func_regexp_pcre_debug.result')
-rw-r--r--mysql-test/main/func_regexp_pcre_debug.result3
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/main/func_regexp_pcre_debug.result b/mysql-test/main/func_regexp_pcre_debug.result
index e44492fca72..40a379a077d 100644
--- a/mysql-test/main/func_regexp_pcre_debug.result
+++ b/mysql-test/main/func_regexp_pcre_debug.result
@@ -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