mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-18 16:40:23 +00:00
Merge pull request #995 from percona/PT-2435_t_pt-online-schema-change_pt-1717-resume.t_fails_after_PT-2355_fix
PT-2435 - t/pt-online-schema-change/pt-1717-resume.t fails after PT-2…
This commit is contained in:
@@ -12466,9 +12466,8 @@ sub exec_nibble {
|
|||||||
# Success: no warnings, no errors. Record and return nibble time.
|
# Success: no warnings, no errors. Record and return nibble time.
|
||||||
if ( $hist_sth ) {
|
if ( $hist_sth ) {
|
||||||
$hist_sth->execute(
|
$hist_sth->execute(
|
||||||
# WHERE
|
$lb_quoted, # upper boundary values
|
||||||
@{$boundary->{lower}}, # upper boundary values
|
$ub_quoted, # lower boundary values
|
||||||
@{$boundary->{upper}}, # lower boundary values
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user