提交 812c3ffb authored 作者: Thomas Mueller's avatar Thomas Mueller

When using SELECT DISTINCT, the temporary table was not correctly dropped.

上级 05f66968
......@@ -80,6 +80,7 @@ public class ScanIndex extends BaseIndex implements RowIndex {
}
tableData.setRowCount(0);
rowCount = 0;
rowCountDiff = 0;
if (database.isMultiVersion()) {
sessionRowCount.clear();
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论