mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
Compare index names lc but save them in their original case.
This commit is contained in:
@@ -347,7 +347,7 @@ sub set_nibble_number {
|
||||
|
||||
sub nibble_index {
|
||||
my ($self) = @_;
|
||||
return lc($self->{index});
|
||||
return $self->{index};
|
||||
}
|
||||
|
||||
sub statements {
|
||||
|
Reference in New Issue
Block a user