提交 233c1ce8 authored 作者: Noel Grandin's avatar Noel Grandin 提交者: GitHub

Merge pull request #571 from andreitokar/typo_in_merge

typo in merge
......@@ -169,7 +169,7 @@ public class Merge extends Prepared {
if (index != null) {
// verify the index columns match the key
Column[] indexColumns = index.getColumns();
boolean indexMatchesKeys = false;
boolean indexMatchesKeys = true;
if (indexColumns.length <= keys.length) {
for (int i = 0; i < indexColumns.length; i++) {
if (indexColumns[i] != keys[i]) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论