Skip to content

Commit a3748b1

Browse files
author
Marc Alff
committed
Misc cleanup
1 parent e0c1fb5 commit a3748b1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

mysql-test/suite/perfschema/r/aggregate.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ b CHAR(100) DEFAULT 'initial value')
1616
ENGINE=MyISAM;
1717
insert into t1 (id) values (1), (2), (3), (4), (5), (6), (7), (8);
1818
update performance_schema.SETUP_INSTRUMENTS SET enabled = 'NO';
19+
update performance_schema.SETUP_CONSUMERS set enabled = 'NO';
1920
set @dump_all=FALSE;
2021
"Verifying file aggregate consistency"
2122
SELECT EVENT_NAME, e.COUNT_READ, SUM(i.COUNT_READ)

mysql-test/suite/perfschema/t/aggregate.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ insert into t1 (id) values (1), (2), (3), (4), (5), (6), (7), (8);
5050

5151
# Stop recording data, so the select below don't add noise.
5252
update performance_schema.SETUP_INSTRUMENTS SET enabled = 'NO';
53+
# Disable all consumers, for long standing waits
54+
update performance_schema.SETUP_CONSUMERS set enabled = 'NO';
5355

5456
# Helper to debug
5557
set @dump_all=FALSE;

0 commit comments

Comments
 (0)