提交 51821000 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 13537d10
...@@ -265,9 +265,11 @@ public class Session implements SessionInterface { ...@@ -265,9 +265,11 @@ public class Session implements SessionInterface {
* @param index the index * @param index the index
*/ */
public void removeLocalTempTableIndex(Index index) throws SQLException { public void removeLocalTempTableIndex(Index index) throws SQLException {
if (localTempTableIndexes != null) {
localTempTableIndexes.remove(index.getName()); localTempTableIndexes.remove(index.getName());
index.removeChildrenAndResources(this); index.removeChildrenAndResources(this);
} }
}
protected void finalize() { protected void finalize() {
if (!SysProperties.runFinalize) { if (!SysProperties.runFinalize) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论