diff --git a/innotop-fix-host-in-transactions.patch b/innotop-fix-host-in-transactions.patch deleted file mode 100644 index 3464710..0000000 --- a/innotop-fix-host-in-transactions.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- innotop.orig 2014-08-21 00:51:35.000000000 +0200 -+++ innotop 2014-09-15 16:03:31.592582060 +0200 -@@ -2306,7 +2307,7 @@ - has_read_view => { src => 'has_read_view' }, - heap_size => { src => 'heap_size' }, - host_and_domain => { src => 'hostname' }, -- hostname => { src => $exprs{Host} }, -+ hostname => { src => 'hostname', minw => 7, maxw => 15 }, - ip => { src => 'ip' }, - lock_structs => { src => 'lock_structs' }, - lock_wait_time => { src => 'lock_wait_time', trans => [ qw(secs_to_time) ] }, -@@ -2552,7 +2553,7 @@ - active_secs => { src => 'active_secs' }, - has_read_view => { src => 'has_read_view' }, - heap_size => { src => 'heap_size' }, -- hostname => { src => $exprs{Host} }, -+ hostname => { src => 'hostname', minw => 7, maxw => 15 }, - ip => { src => 'ip' }, - wait_status => { src => 'lock_wait_status' }, - lock_wait_time => { src => 'lock_wait_time', trans => [ qw(secs_to_time) ] }, diff --git a/innotop-fix-hostname-width-in-querylist.patch b/innotop-fix-hostname-width-in-querylist.patch deleted file mode 100644 index 9616729..0000000 --- a/innotop-fix-hostname-width-in-querylist.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- innotop.orig 2014-09-03 17:34:23.739123180 +0200 -+++ innotop 2014-09-03 17:34:13.799579273 +0200 -@@ -2721,7 +2721,7 @@ - cxn => { src => 'cxn', minw => 6, maxw => 10 }, - mysql_thread_id => { src => 'id', minw => 6, maxw => 0 }, - user => { src => 'user', minw => 5, maxw => 8 }, -- hostname => { src => $exprs{Host}, minw => 13, maxw => 8, }, -+ hostname => { src => $exprs{Host}, minw => 7, maxw => 15, }, - port => { src => $exprs{Port}, minw => 0, maxw => 0, }, - host_and_port => { src => 'host', minw => 0, maxw => 0 }, - db => { src => 'db', minw => 6, maxw => 12 },