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
Status -> Processes doesn't show full query #14800
Comments
|
@williamdes @MauricioFauth Has there been any more progress on fixing this bug? |
|
@ibennetch I did not have any time to fix this issue and #14833 is maybe related to this issue ;) |
|
The problem in the stable version is it is using the POST value instead of the GET value. I peeped at the latest code and it seems that may have been fixed. However, I also feel the logic should be fully reversed to use FULL by default rather than after explicitly requesting this. Otherwise it is basically setup to be annoyingly almost useful by default and only actually useful upon request. Or at the very least there should be a configuration option to make FULL the default. Occasionally people send me screenshots of partial long running queries from this page, which is almost helpful. |
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Describe the bug
A click on the <-T-> on SQL query in Status -> Processes is without function. It doesn't show the full query.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should show the full SQL query.
Screenshots
Server configuration
Client configuration
The text was updated successfully, but these errors were encountered: