You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.生成了慢日志
3.同步到扫描任务后,指纹为空,立即审核报错
The text was updated successfully, but these errors were encountered:
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.生成了慢日志
3.同步到扫描任务后,指纹为空,立即审核报错
The text was updated successfully, but these errors were encountered: