1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug#13417440 : 63340: ARCHIVE FILE IO NOT INSTRUMENTED

Details:
 - Archive storage engine file access were not instrumented and thus
   were not shown in PS tables.
      
Fix:
 - Added instrumentation code by using PS Apis for I/O.
This commit is contained in:
Mayank Prasad
2012-05-24 23:00:32 +05:30
parent e183e149a4
commit c678b1a994
4 changed files with 37 additions and 19 deletions

View File

@ -38,7 +38,7 @@ spins
NULL
select name from performance_schema.setup_instruments order by name limit 1;
name
wait/io/file/csv/data
wait/io/file/archive/data
show status like "Qcache_queries_in_cache";
Variable_name Value
Qcache_queries_in_cache 1
@ -53,7 +53,7 @@ spins
NULL
select name from performance_schema.setup_instruments order by name limit 1;
name
wait/io/file/csv/data
wait/io/file/archive/data
show status like "Qcache_queries_in_cache";
Variable_name Value
Qcache_queries_in_cache 1