Merge pull request #209 from smutel/patch-2

Avoid bad syntax error message
This commit is contained in:
Jean-Marie Renouard 2016-05-20 00:30:48 +02:00
commit fb9577b4ea

View file

@ -1094,7 +1094,7 @@ sub get_process_memory {
} }
sub get_other_process_memory { sub get_other_process_memory {
my @procs = `ps -eaxo pid,command`; my @procs = `ps eaxo pid,command`;
map { map {
s/.*PID.*//; s/.*PID.*//;
s/.*mysqld.*//; s/.*mysqld.*//;