Skip to content

Commit c626715

Browse files
MDEV-35452 [fixup] fix spider/bugfix.perfschema view protocol
mtr with --view-protocol creates new threads
1 parent 76e8e24 commit c626715

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage/spider/mysql-test/spider/bugfix/t/perfschema.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ enable_query_log;
77
--echo # MDEV-33031 Assertion failure upon reading from performance schema with binlog enabled
88
--echo #
99
connect foo,localhost,root;
10+
--disable_view_protocol
1011
select variable_name, variable_value from performance_schema.status_by_thread
1112
where variable_name like '%spider_direct_aggregate%';
13+
--enable_view_protocol
1214
disconnect foo;
1315
connection default;
1416

0 commit comments

Comments
 (0)