1
# test that flush global status; clears global status;
6
drop table if exists t1;
8
create table t1 (a int);
9
insert into t1 values (1),(2),(3);
14
show global status like 'Handler%';
15
connect (con1,localhost,root,,);
22
show global status like 'Handler%';
27
# should show reset counters;
28
show global status like 'Handler%';