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

In the multi-threaded mode, updating the column selectivity ("analyze") in the…

In the multi-threaded mode, updating the column selectivity ("analyze") in the background sometimes did not work.
上级 dca8e4cb
...@@ -228,8 +228,8 @@ public class ResultTempTable implements ResultExternal { ...@@ -228,8 +228,8 @@ public class ResultTempTable implements ResultExternal {
// the transaction must be committed immediately // the transaction must be committed immediately
// TODO this synchronization cascade is very ugly // TODO this synchronization cascade is very ugly
synchronized (session) { synchronized (session) {
synchronized (database) {
synchronized (sysSession) { synchronized (sysSession) {
synchronized (database) {
sysSession.commit(false); sysSession.commit(false);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论