summaryrefslogtreecommitdiffstats
path: root/storage/spider/mysql-test/spider/bugfix/r/perfschema.result
blob: 9ce2e38f40be8521f2719c8efc62fbd079b2b2cc (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# MDEV-33031 Assertion failure upon reading from performance schema with binlog enabled
#
connect foo,localhost,root;
select variable_name, variable_value from performance_schema.status_by_thread
where variable_name like '%spider_direct_aggregate%';
variable_name	variable_value
Spider_direct_aggregate	0
Spider_direct_aggregate	0
disconnect foo;
connection default;