We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
t1
select count(*),sum(a+b),sum(b+d),sum(c+d*2), sum(d*2+a*b), avg(a*b*d), avg(b*c), avg(c*d),avg(a*b*d), avg(2*b*c), avg(3*c*d), sum(a*b*c), sum(b*d) from t1;
select count(*) from t1 as t0 join t1 as t1 on t0.a != t1.a;
set @@global.tidb_enable_top_sql=1;
TopSQL should catch the running SQL when Top SQL is enabled in execution.
topsql failed catch the running SQL when Top SQL is enabled in execution.
0d7602eb6551c9a53732be4da37d6ac2f22e375d (HEAD -> master, origin/master)
The text was updated successfully, but these errors were encountered:
topsql: fix issue of topsql failed catch the running SQL when topsql …
fb342ff
…is enabled in execution (#33861) close #33859
crazycs520
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
t1
and insert into 10000000 rows data.2. What did you expect to see? (Required)
TopSQL should catch the running SQL when Top SQL is enabled in execution.
3. What did you see instead (Required)
topsql failed catch the running SQL when Top SQL is enabled in execution.
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: