Fixed randomly failing test
This commit is contained in:
parent
7a50ce1d31
commit
e167c48a9f
@ -1,4 +1,6 @@
|
|||||||
drop procedure if exists check_instrument;
|
drop procedure if exists check_instrument;
|
||||||
|
truncate table performance_schema.events_statements_summary_by_digest;
|
||||||
|
flush status;
|
||||||
create procedure check_instrument(in instr_name varchar(128))
|
create procedure check_instrument(in instr_name varchar(128))
|
||||||
begin
|
begin
|
||||||
declare count_expected integer;
|
declare count_expected integer;
|
||||||
|
@ -9,6 +9,10 @@
|
|||||||
drop procedure if exists check_instrument;
|
drop procedure if exists check_instrument;
|
||||||
--enable_warnings
|
--enable_warnings
|
||||||
|
|
||||||
|
# reset counters
|
||||||
|
truncate table performance_schema.events_statements_summary_by_digest;
|
||||||
|
flush status;
|
||||||
|
|
||||||
delimiter $;
|
delimiter $;
|
||||||
create procedure check_instrument(in instr_name varchar(128))
|
create procedure check_instrument(in instr_name varchar(128))
|
||||||
begin
|
begin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user