doris版本:2.0.9
selectDb webUi:2.0.3
问题1
在mysql客户端关闭了 set global enable_profile = false之后,通过selectDb的webui查询doris,仍然生成了 profile
问题2
在mysql客户端打开了 set global enable_profile = True之后, mysql客户端的查询生成了profile,但是通过spring-boot的jdbc查询未生成profile
问题3
为selectDb 的webui中关闭 set global enable_profile = false参数未生效
通过webui查询的sql仍然会生成profile, 通过spring-boot的jdbc查询的依旧未生成profile