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

--no commit message

--no commit message
上级 13537d10
...@@ -265,8 +265,10 @@ public class Session implements SessionInterface { ...@@ -265,8 +265,10 @@ 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 {
localTempTableIndexes.remove(index.getName()); if (localTempTableIndexes != null) {
index.removeChildrenAndResources(this); localTempTableIndexes.remove(index.getName());
index.removeChildrenAndResources(this);
}
} }
protected void finalize() { protected void finalize() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论