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
If you enable the slow query log, you can show recently(doing or done) query detail stage by using manager command show @@connection.sql.status where FRONT_ID= ?;.
If the query is finished, the result looks like trace.
If the query is on the way, the result will try to show every step. For example:
1.simple broadcast select:
If you enable the slow query log, you can show recently(doing or done) query detail stage by using manager command
show @@connection.sql.status where FRONT_ID= ?;
.If the query is finished, the result looks like
trace
.If the query is on the way, the result will try to show every step. For example:
1.simple broadcast select:
The text was updated successfully, but these errors were encountered: