bugfix: change errorcode from -4016 to -4013
This commit is contained in:
@ -574,7 +574,7 @@ int ObAccessPathEstimation::add_index_info(ObOptimizerContext &ctx,
|
|||||||
} else if (OB_FAIL(task->paths_.push_back(ap))) {
|
} else if (OB_FAIL(task->paths_.push_back(ap))) {
|
||||||
LOG_WARN("failed to push back access path", K(ret));
|
LOG_WARN("failed to push back access path", K(ret));
|
||||||
} else if (OB_ISNULL(index_est_arg = task->arg_.index_params_.alloc_place_holder())) {
|
} else if (OB_ISNULL(index_est_arg = task->arg_.index_params_.alloc_place_holder())) {
|
||||||
ret = OB_ERR_UNEXPECTED;
|
ret = OB_ALLOCATE_MEMORY_FAILED;
|
||||||
LOG_WARN("failed to allocate index argument", K(ret));
|
LOG_WARN("failed to allocate index argument", K(ret));
|
||||||
} else if (OB_FAIL(get_key_ranges(ctx, allocator, part.tablet_id_, ap, tmp_ranges))) {
|
} else if (OB_FAIL(get_key_ranges(ctx, allocator, part.tablet_id_, ap, tmp_ranges))) {
|
||||||
LOG_WARN("failed to get key ranges", K(ret));
|
LOG_WARN("failed to get key ranges", K(ret));
|
||||||
|
|||||||
Reference in New Issue
Block a user