Révision ade14817
cosmetic fixes
| plugins/mysql/mysql_connections_per_user | ||
|---|---|---|
| 88 | 88 |
my $threads = get_thread_list(); |
| 89 | 89 |
my %counts = (); |
| 90 | 90 |
my ($thread, $user, $count); |
| 91 |
|
|
| 91 | 92 |
while (($thread, $user) = each %$threads) {
|
| 92 | 93 |
$counts{$user} = 0 unless defined($counts{$user});
|
| 93 |
$counts{$user} += 1;
|
|
| 94 |
$counts{$user}++;
|
|
| 94 | 95 |
} |
| 95 | 96 |
|
| 96 | 97 |
sub valsort {
|
| ... | ... | |
| 103 | 104 |
} |
| 104 | 105 |
} |
| 105 | 106 |
|
| 106 |
|
|
| 107 | 107 |
sub poll_variables {
|
| 108 | 108 |
my $command = shift; |
| 109 | 109 |
my $expression = shift; |
Formats disponibles : Unified diff