fix log access ctx core
This commit is contained in:
@ -177,7 +177,7 @@ int ObMultipleScanMerge::construct_iters()
|
||||
STORAGE_LOG(WARN, "Fail to get access param", K(i), K(ret), K(*table));
|
||||
} else if (!use_cache_iter) {
|
||||
if (OB_FAIL(table->scan(*iter_pram, *access_ctx_, *range_, iter))) {
|
||||
STORAGE_LOG(WARN, "Fail to get iterator, ", K(*iter_pram), K(*access_ctx_), K(ret), K(i));
|
||||
STORAGE_LOG(WARN, "Fail to get iterator", K(ret), K(i), K(*iter_pram));
|
||||
} else if (OB_FAIL(iters_.push_back(iter))) {
|
||||
iter->~ObStoreRowIterator();
|
||||
STORAGE_LOG(WARN, "Fail to push iter to iterator array, ", K(ret), K(i));
|
||||
|
Reference in New Issue
Block a user