Bug #75174 Monitor connections uses SHOW PROCESSLIST instead of SHOW FULL PROCESSLIST
Submitted: 11 Dec 2014 10:15 Modified: 11 Dec 2014 10:36
Reporter: Miguel Espinoza Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Workbench: Administration Severity:S3 (Non-critical)
Version:6.2.3, 6.2.4 OS:MacOS
Assigned to: CPU Architecture:Any
Tags: Client Connections, PROCESSLIST

[11 Dec 2014 10:15] Miguel Espinoza
Description:
When clicking "Client Connections" on the left sidebar, under "Management", we get a list of the current connections and in the "info" tab we see the query for these connections. 
If we right click on a connection and then on "Copy" or "Show in Editor" we do not get the full query, a part of it is simply removed which defeats the purpose of copying the query

How to repeat:
1- Open MySQL Workbench
2- From any client, issue a query that takes a few seconds to load (to give you time to copy it) and that is rather long (in our case the query itself was over 910 characters long).
3- Go to MySQL Workbench and click on "Client Connections"
4- Right click on the query from #2
5- Click "Show in Editor"

The query shown is not the full query you issued in #2
[11 Dec 2014 10:36] MySQL Verification Team
Hello Migurl Espinoza,

Thank you for the report.
Observed this behavior on Win7 with WB 6.2.4.

// Looks like it truncates after >1006 chars..
/// Run below query

select sleep(15),'##################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################-truncated';

// Try to capture this query from client connections and observe that it is truncated

Thanks,
Umesh