Removed a spurious change in the previous commit

This commit is contained in:
Brian Fraser
2012-10-30 16:12:02 -03:00
parent 1e3cc6131c
commit 9424ff7003

View File

@@ -5831,7 +5831,7 @@ sub can_nibble {
$mysql_index = undef;
}
my $chunk_size_limit = $o->get('chunk-size-limit');
my $chunk_size_limit = $o->get('chunk-size-limit') || 1;
my $one_nibble = !defined $args{one_nibble} || $args{one_nibble}
? $row_est <= $chunk_size * $chunk_size_limit
: 0;