diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2011-07-04 09:23:19 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-04 09:23:19 -0300 |
commit | 389b97623af77572a0de8f02c8f9ec894f624c75 (patch) | |
tree | d64d61fe487af14a7f04a7c49ecd13f9cff95287 /system/innotop/innotop-1.8.0-test.patch | |
parent | 05bf91800dc14126170b42bd89ab2f726534cb06 (diff) | |
download | slackbuilds-389b97623af77572a0de8f02c8f9ec894f624c75.tar.gz |
system/innotop: Added (MySQL / InnoDB monitor application)
Diffstat (limited to 'system/innotop/innotop-1.8.0-test.patch')
-rw-r--r-- | system/innotop/innotop-1.8.0-test.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/system/innotop/innotop-1.8.0-test.patch b/system/innotop/innotop-1.8.0-test.patch new file mode 100644 index 0000000000..faf3cfaa49 --- /dev/null +++ b/system/innotop/innotop-1.8.0-test.patch @@ -0,0 +1,21 @@ +diff -Naur innotop-1.8.0-orig/t/InnoDBParser.t innotop-1.8.0/t/InnoDBParser.t +--- innotop-1.8.0-orig/t/InnoDBParser.t 2010-11-06 17:32:11.000000000 +0200 ++++ innotop-1.8.0/t/InnoDBParser.t 2010-12-09 15:22:01.000000000 +0200 +@@ -5,7 +5,7 @@ + use Test::More tests => 1; + use Data::Dumper; + +-require "../innotop"; ++require "innotop"; + my $innodb_parser = new InnoDBParser; + + sub read_file { +@@ -18,7 +18,7 @@ + } + + my %tests = ( +- 'innodb-status-001' => { ++ 't/innodb-status-001' => { + IB_bp_add_pool_alloc => '0', + IB_bp_awe_mem_alloc => 0, + IB_bp_buf_free => '8172', |