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 7a50ce1 commit e167c48Copy full SHA for e167c48
mysql-test/suite/perfschema/r/ortho_iter.result
@@ -1,4 +1,6 @@
1
drop procedure if exists check_instrument;
2
+truncate table performance_schema.events_statements_summary_by_digest;
3
+flush status;
4
create procedure check_instrument(in instr_name varchar(128))
5
begin
6
declare count_expected integer;
mysql-test/suite/perfschema/t/ortho_iter.test
@@ -9,6 +9,10 @@
9
10
--enable_warnings
11
12
+# reset counters
13
14
15
+
16
delimiter $;
17
18
0 commit comments