summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorMayank Prasad <mayank.prasad@oracle.com>2012-05-24 23:00:32 +0530
committerMayank Prasad <mayank.prasad@oracle.com>2012-05-24 23:00:32 +0530
commitefe42792b363e97dd5ccb74be1abac2d4e79ca9e (patch)
treea523aec582a3f94f3ecaa6686df8882ea1c0adc2 /mysql-test
parentb91be277331679a8c36000fff56d0087834b7c75 (diff)
downloadmariadb-git-efe42792b363e97dd5ccb74be1abac2d4e79ca9e.tar.gz
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.
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/suite/perfschema/r/query_cache.result4
-rw-r--r--mysql-test/suite/perfschema/t/disabled.def2
2 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/suite/perfschema/r/query_cache.result b/mysql-test/suite/perfschema/r/query_cache.result
index c7ac3d499b4..56511999ab2 100644
--- a/mysql-test/suite/perfschema/r/query_cache.result
+++ b/mysql-test/suite/perfschema/r/query_cache.result
@@ -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
diff --git a/mysql-test/suite/perfschema/t/disabled.def b/mysql-test/suite/perfschema/t/disabled.def
index 8cae44a3607..6c496ec6d95 100644
--- a/mysql-test/suite/perfschema/t/disabled.def
+++ b/mysql-test/suite/perfschema/t/disabled.def
@@ -9,4 +9,4 @@
# Do not use any TAB characters for whitespace.
#
##############################################################################
-
+misc.test : bug#14113704 24/04/2012 Mayank issure reported causing failure.