Fixed randomly failing test

This commit is contained in:
Michael Widenius 2014-09-15 23:52:40 +03:00
parent 7a50ce1d31
commit e167c48a9f
2 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,6 @@
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))
begin
declare count_expected integer;

View File

@ -9,6 +9,10 @@
drop procedure if exists check_instrument;
--enable_warnings
# reset counters
truncate table performance_schema.events_statements_summary_by_digest;
flush status;
delimiter $;
create procedure check_instrument(in instr_name varchar(128))
begin