提交 f892967c authored 作者: Andrei Tokar's avatar Andrei Tokar

Oops

上级 0b2d3a56
......@@ -267,7 +267,7 @@ public final class MVSecondaryIndex extends BaseIndex implements MVIndex {
Value v1 = rowOne.getValue(index);
Value v2 = rowTwo.getValue(index);
if (v1 == null ? v2 != null : !v1.equals(v2)) {
break;
return false;
}
}
return rowOne.getKey() == rowTwo.getKey();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论