提交 ce2d5d4b 编写于 作者: S Serge Rider

#11206 Results tab activation fix (for execution plan)

上级 b9a89908
......@@ -1818,6 +1818,9 @@ public class SQLEditor extends SQLEditorBase implements
}
private void explainQueryPlan(SQLQuery sqlQuery) {
if (resultsSash.getMaximizedControl() != null) {
toggleResultPanel();
}
DBCQueryPlanner planner = GeneralUtils.adapt(getDataSource(), DBCQueryPlanner.class);
DBCPlanStyle planStyle = planner.getPlanStyle();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册