mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-02 02:34:19 +00:00
PT-1570 pt-archiver fails to detect columns with the word GENERATED as part of the comment
This commit is contained in:
@@ -220,7 +220,7 @@ sub remove_quoted_text {
|
||||
my ($string) = @_;
|
||||
$string =~ s/[^\\]`[^`]*[^\\]`//g;
|
||||
$string =~ s/[^\\]"[^"]*[^\\]"//g;
|
||||
$string =~ s/[^\\]"[^"]*[^\\]"//g;
|
||||
$string =~ s/[^\\]'[^']*[^\\]'//g;
|
||||
return $string;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user