diff options
author | Marc Alff <marc.alff@oracle.com> | 2012-08-24 10:01:59 +0200 |
---|---|---|
committer | Marc Alff <marc.alff@oracle.com> | 2012-08-24 10:01:59 +0200 |
commit | 9bc328a41ae6c7fbdde4167168206dfa9912ece0 (patch) | |
tree | 9905b93c658ce987a5e9a2f1c902816eaa36a8ef /mysql-test | |
parent | 17695cb4ffcddb9634a9e27c459eab943ceae36e (diff) | |
download | mariadb-git-9bc328a41ae6c7fbdde4167168206dfa9912ece0.tar.gz |
Bug#13417440 : 63340: ARCHIVE FILE IO NOT INSTRUMENTED
WARNING
This patch is for mysql-5.5 only,
to be null-merged to mysql-5.6 and mysql-trunk.
This is a partial rollback of the file io instrumentation,
removing the instrumentation for mysql_file_stat in the archive engine.
See the bug comments for details.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/perfschema/t/disabled.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/suite/perfschema/t/disabled.def b/mysql-test/suite/perfschema/t/disabled.def index 8a843692d2a..888298bbb09 100644 --- a/mysql-test/suite/perfschema/t/disabled.def +++ b/mysql-test/suite/perfschema/t/disabled.def @@ -9,4 +9,3 @@ # Do not use any TAB characters for whitespace. # ############################################################################## -misc : bug#14113704 24/04/2012 Mayank issue reported causing failure. |