mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 18:30:16 +00:00
Compare lc(index) everywhere.
This commit is contained in:
@@ -347,7 +347,7 @@ sub set_nibble_number {
|
||||
|
||||
sub nibble_index {
|
||||
my ($self) = @_;
|
||||
return $self->{index};
|
||||
return lc($self->{index});
|
||||
}
|
||||
|
||||
sub statements {
|
||||
|
Reference in New Issue
Block a user