summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/perfschema/t/rpl_threads.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/t/rpl_threads.test')
-rw-r--r--mysql-test/suite/perfschema/t/rpl_threads.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/t/rpl_threads.test b/mysql-test/suite/perfschema/t/rpl_threads.test
index a5ca51a9..fcecf775 100644
--- a/mysql-test/suite/perfschema/t/rpl_threads.test
+++ b/mysql-test/suite/perfschema/t/rpl_threads.test
@@ -81,5 +81,11 @@ select NAME, TYPE, PROCESSLIST_COMMAND, PROCESSLIST_STATE
from performance_schema.threads
where PROCESSLIST_ID = @slave_sql_pid;
+--echo #
+--echo # MDEV-33031 Assertion failure upon reading from performance schema with binlog enabled
+--echo #
+select variable_name, variable_value from performance_schema.status_by_thread
+where variable_name like '%impossible%'; # should not crash
+
--source include/rpl_end.inc