提交 bcf436f8 authored 作者: Noel Grandin's avatar Noel Grandin

forgot to clear the cachedLookup stuff

上级 00db5cd0
......@@ -379,6 +379,8 @@ public class Select extends Query {
currentGroupByExprData = null;
currentGroupsKey = null;
exprToIndexInGroupByData.clear();
cachedLookup = null;
cachedLookupIndex = null;
try {
int rowNumber = 0;
setCurrentRowNumber(0);
......@@ -448,6 +450,8 @@ public class Select extends Query {
currentGroupsKey = null;
currentGroupByExprData = null;
exprToIndexInGroupByData.clear();
cachedLookup = null;
cachedLookupIndex = null;
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论