We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e8e24 commit c626715Copy full SHA for c626715
storage/spider/mysql-test/spider/bugfix/t/perfschema.test
@@ -7,8 +7,10 @@ enable_query_log;
7
--echo # MDEV-33031 Assertion failure upon reading from performance schema with binlog enabled
8
--echo #
9
connect foo,localhost,root;
10
+--disable_view_protocol
11
select variable_name, variable_value from performance_schema.status_by_thread
12
where variable_name like '%spider_direct_aggregate%';
13
+--enable_view_protocol
14
disconnect foo;
15
connection default;
16
0 commit comments