Bug #83468 Workbench last selected "Limit" dropdown value persists between open tabs
Submitted: 20 Oct 2016 17:48 Modified: 21 Oct 2016 6:54
Reporter: Georald Camposano Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:6.3.7, 8.0.38 OS:Windows
Assigned to: CPU Architecture:Any

[20 Oct 2016 17:48] Georald Camposano
Description:
When changing the default Select limit value in an open connection tab, that last value selected will also apply to all other connection tabs you currently have open, even if the other tabs have their own limit value selected.

How to repeat:
1. Have 2 connection tabs open
2. On the 1st tab, use "Limit to 100 rows". Right click on a DB table and run the Select Rows option. The label should also say "Select Rows - Limit 100.
3. On the 2nd tab, use "Limit to 10 rows". Again right click on a DB table in this connection tab and select the Select Rows option. This time, the label should reflect your selected limit ("Select Rows - Limit 10").
4. Return to the 1st tab which still has "Limit to 100 rows" set. Right click on a table. Notice how the label now says "Select Rows - Limit 10". Limit 0, 10 also gets applied to your Select query by default.
[21 Oct 2016 6:54] MySQL Verification Team
Hello Georald Camposano,

Thank you for the report and steps.
Verified as described with WB 6.3.7 on Win7.

Thanks,
Umesh
[16 Jul 12:56] MySQL Verification Team
Bug #115602 marked as duplicate of this one.