mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-18 02:06:49 +08:00
Merged fix-1079341-pt-osc-skip-myisam-fk-checks
This commit is contained in:
@@ -9129,6 +9129,11 @@ sub find_child_tables {
|
||||
die "I need a $arg argument" unless $args{$arg};
|
||||
}
|
||||
my ($tbl, $cxn, $q) = @args{@required_args};
|
||||
|
||||
if ( lc($tbl->{tbl_struct}->{engine} || '') eq 'myisam' ) {
|
||||
PTDEBUG && _d(q{MyISAM table, not looking for child tables});
|
||||
return;
|
||||
}
|
||||
|
||||
PTDEBUG && _d('Finding child tables');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user