mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-18 00:14:12 +00:00
War on typos Act 1 (#655)
* Fix typos in lib/ directory * Update generated bin/ files * PR 655 - War on typos Act 1 #655 - Updated modules in tools that were not updated - Fixed tests to reflect proposed changes --------- Co-authored-by: Sveta Smirnova <sveta.smirnova@percona.com>
This commit is contained in:
@@ -270,7 +270,7 @@ sub _iterate_files {
|
||||
}
|
||||
elsif ($self->{db} && $chunk =~ m/CREATE TABLE/) {
|
||||
if ($chunk =~ m/DROP VIEW IF EXISTS/) {
|
||||
# Tables that are actually views have this DROP statment in the
|
||||
# Tables that are actually views have this DROP statement in the
|
||||
# chunk just before the CREATE TABLE. We don't want views.
|
||||
PTDEBUG && _d('Table is a VIEW, skipping');
|
||||
next CHUNK;
|
||||
|
Reference in New Issue
Block a user