-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Labels
bugSomething isn't workingSomething isn't working
Description
版本信息(Version)
3.2412.0
问题描述(Describe)
智能扫描任务开启processlist列表任务,采集到的一些SQL审核结果显示表不存在。实际表在数据库能查询到。
截图或日志(Log)
如何复现(To Reproduce)
- 执行SQL
use test
select sleep(10),name from no-test.users;
问题原因
由于是通过show full process获取的processlist时候,结果中的db和实际的执行SQL所属的db不符合的时候。审核的时候,就会找不到对应的表
解决方案
变更影响面
受影响的模块或功能
外部引用的潜在问题或风险
版本兼容性
测试建议
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

