mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-22 01:00:09 +08:00
Missing /g in a Quoter regex
This commit is contained in:
@@ -2712,7 +2712,7 @@ sub split_unquote {
|
||||
next unless $_;
|
||||
s/\A`//;
|
||||
s/`\z//;
|
||||
s/``/`/;
|
||||
s/``/`/g;
|
||||
}
|
||||
|
||||
return ($db, $tbl);
|
||||
|
||||
Reference in New Issue
Block a user