mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug#13417440 : 63340: ARCHIVE FILE IO NOT INSTRUMENTED
Details: - Modified test case to make sure its run for all and not only for archive Storage Engine.
This commit is contained in:
@ -36,9 +36,9 @@ Qcache_hits 1
|
||||
select spins from performance_schema.events_waits_current order by event_name limit 1;
|
||||
spins
|
||||
NULL
|
||||
select name from performance_schema.setup_instruments order by name limit 1;
|
||||
name
|
||||
wait/io/file/archive/data
|
||||
select * from performance_schema.setup_timers where name='wait';
|
||||
NAME TIMER_NAME
|
||||
wait CYCLE
|
||||
show status like "Qcache_queries_in_cache";
|
||||
Variable_name Value
|
||||
Qcache_queries_in_cache 1
|
||||
@ -51,9 +51,9 @@ Qcache_hits 1
|
||||
select spins from performance_schema.events_waits_current order by event_name limit 1;
|
||||
spins
|
||||
NULL
|
||||
select name from performance_schema.setup_instruments order by name limit 1;
|
||||
name
|
||||
wait/io/file/archive/data
|
||||
select * from performance_schema.setup_timers where name='wait';
|
||||
NAME TIMER_NAME
|
||||
wait CYCLE
|
||||
show status like "Qcache_queries_in_cache";
|
||||
Variable_name Value
|
||||
Qcache_queries_in_cache 1
|
||||
|
Reference in New Issue
Block a user