summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/perfschema/r/rpl_threads.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/r/rpl_threads.result')
-rw-r--r--mysql-test/suite/perfschema/r/rpl_threads.result6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/r/rpl_threads.result b/mysql-test/suite/perfschema/r/rpl_threads.result
index c756b4d9..3e9cf22f 100644
--- a/mysql-test/suite/perfschema/r/rpl_threads.result
+++ b/mysql-test/suite/perfschema/r/rpl_threads.result
@@ -58,4 +58,10 @@ select NAME, TYPE, PROCESSLIST_COMMAND, PROCESSLIST_STATE
from performance_schema.threads
where PROCESSLIST_ID = @slave_sql_pid;
NAME TYPE PROCESSLIST_COMMAND PROCESSLIST_STATE
+#
+# MDEV-33031 Assertion failure upon reading from performance schema with binlog enabled
+#
+select variable_name, variable_value from performance_schema.status_by_thread
+where variable_name like '%impossible%';
+variable_name variable_value
include/rpl_end.inc