summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables_debug.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/variables_debug.result')
-rw-r--r--mysql-test/r/variables_debug.result7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/variables_debug.result b/mysql-test/r/variables_debug.result
index 85eaf34b033..11cbef7fa5b 100644
--- a/mysql-test/r/variables_debug.result
+++ b/mysql-test/r/variables_debug.result
@@ -10,6 +10,13 @@ set debug= '-P';
select @@debug;
@@debug
T
+SELECT @@session.debug, @@global.debug;
+@@session.debug @@global.debug
+T
+SET SESSION debug = '';
+SELECT @@session.debug, @@global.debug;
+@@session.debug @@global.debug
+
#
# Bug #52629: memory leak from sys_var_thd_dbug in
# binlog.binlog_write_error