Fix log core in partition merge

This commit is contained in:
DengzhiLiu 2022-02-15 11:42:48 +08:00 committed by LINxiansheng
parent 8c8877158b
commit e81af67898

View File

@ -555,7 +555,7 @@ int ObMacroRowIterator::next()
K(curr_row_),
K(*curr_row_));
} else {
STORAGE_LOG(DEBUG, "next", K(ret), KP(this), KP(table_), KP(row_iter_), KP(curr_row_), K(*curr_row_));
STORAGE_LOG(DEBUG, "next", K(ret), KP(this), KP(table_), KP(row_iter_));
}
return ret;
}