mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.6 into 10.11
This commit is contained in:
11
storage/spider/mysql-test/spider/bugfix/r/perfschema.result
Normal file
11
storage/spider/mysql-test/spider/bugfix/r/perfschema.result
Normal file
@@ -0,0 +1,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;
|
1
storage/spider/mysql-test/spider/bugfix/t/perfschema.opt
Normal file
1
storage/spider/mysql-test/spider/bugfix/t/perfschema.opt
Normal file
@@ -0,0 +1 @@
|
||||
--performance-schema
|
15
storage/spider/mysql-test/spider/bugfix/t/perfschema.test
Normal file
15
storage/spider/mysql-test/spider/bugfix/t/perfschema.test
Normal file
@@ -0,0 +1,15 @@
|
||||
disable_query_log;
|
||||
source ../../include/init_spider.inc;
|
||||
enable_query_log;
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-33031 Assertion failure upon reading from performance schema with binlog enabled
|
||||
--echo #
|
||||
connect foo,localhost,root;
|
||||
select variable_name, variable_value from performance_schema.status_by_thread
|
||||
where variable_name like '%spider_direct_aggregate%';
|
||||
disconnect foo;
|
||||
connection default;
|
||||
|
||||
disable_query_log;
|
||||
source ../../include/deinit_spider.inc;
|
Reference in New Issue
Block a user