Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

华为云把注释和SQL语句合起来,作为慢日志SQL返回,需要增加过滤这种异常情况 #2139

Open
quexiuping opened this issue Dec 8, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@quexiuping
Copy link
Member

SQLe Version
UI: main-ee 6d5aa52b
DMS: main-ee 7f35dd7217
SQLE: main-ee 3ad4836671

To Reproduce
1.华为云rds制造慢日志的时候,注释和sql一起执行,
-- 创建表
CREATE TABLE users (
id INT AUTO_INCREMENT PRIMARY KEY,
name VARCHAR(50) NOT NULL,
email VARCHAR(50) NOT NULL,
register_date DATE
);
2.生成了慢日志
image
3.同步到扫描任务后,指纹为空,立即审核报错
cbgpkJecsH

@quexiuping quexiuping added the bug Something isn't working label Dec 8, 2023
@winfredLIN
Copy link
Collaborator

winfredLIN commented Dec 8, 2023

补充信息

通过华为云获取慢日志的接口获取到的慢日志SQL,将注释和SQL粘连
image

通过华为云获取慢日志的接口获取到的慢日志SQL中存在乱码
img_v3_025u_c79e19a5-cd28-4ccb-9e9d-060b323c6efg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants