PT-2435 - t/pt-online-schema-change/pt-1717-resume.t fails after PT-2355 fix

- Fixed code that incorrectly stored boundaries
This commit is contained in:
Sveta Smirnova
2025-08-18 21:22:41 +03:00
parent 4c369587a3
commit d60ffe0654

View File

@@ -12466,9 +12466,8 @@ sub exec_nibble {
# Success: no warnings, no errors. Record and return nibble time.
if ( $hist_sth ) {
$hist_sth->execute(
# WHERE
@{$boundary->{lower}}, # upper boundary values
@{$boundary->{upper}}, # lower boundary values
$lb_quoted, # upper boundary values
$ub_quoted, # lower boundary values
);
}