提交 019f9b19 authored 作者: Noel Grandin's avatar Noel Grandin

need to unlock meta if we analyze tables in commit

found by CI and the new meta locking debugging stuff
上级 3e4c4489
......@@ -678,6 +678,7 @@ public class Session extends SessionWithState {
for (Table table : tablesToAnalyze) {
Analyze.analyzeTable(this, table, rows, false);
}
database.unlockMeta(this); // analyze can lock the meta
}
tablesToAnalyze = null;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论