mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-19 17:04:00 +00:00
Explicit setter for device_regex and column_regex.
This commit is contained in:
@@ -398,6 +398,7 @@ sub get_new_value_for {
|
||||
sub get_new_regex_for {
|
||||
my ($looking_for, $message) = @_;
|
||||
(my $looking_for_o = $looking_for) =~ s/_.*$/s/;
|
||||
$looking_for = "set_$looking_for";
|
||||
return sub {
|
||||
my (%args) = @_;
|
||||
my $new_regex = get_blocking_input($message);
|
||||
|
Reference in New Issue
Block a user