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: - 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:
@ -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
|
||||
|
@ -9,4 +9,4 @@
|
||||
# Do not use any TAB characters for whitespace.
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
misc.test : bug#14113704 24/04/2012 Mayank issure reported causing failure.
|
||||
|
Reference in New Issue
Block a user