提交 676a5a2d authored 作者: noelgrandin's avatar noelgrandin

fix spelling in comment

上级 7bf562df
......@@ -863,7 +863,7 @@ public class Select extends Query {
if (current.getIndexType().isScan() || current == index) {
topTableFilter.setIndex(index);
if (!topTableFilter.hasInComparisons()) {
// in(select ...) and in(1,2,3) my return the key in another order
// in(select ...) and in(1,2,3) may return the key in another order
sortUsingIndex = true;
}
} else if (index.getIndexColumns().length >= current.getIndexColumns().length) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论