mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fixed randomly failing test
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user