Bug #50865 | SQL Editor tabs with the same label | ||
---|---|---|---|
Submitted: | 3 Feb 2010 6:52 | Modified: | 16 Feb 2010 17:20 |
Reporter: | João Bruni | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 5.2.15 beta | OS: | Any (ubuntu 9.10, XP) |
Assigned to: | Sergei Tkachenko | CPU Architecture: | Any |
Tags: | tab labels |
[3 Feb 2010 6:52]
João Bruni
[3 Feb 2010 7:04]
Valeriy Kravchuk
Thank you for the problem report. Verified just as described on Windows XP.
[3 Feb 2010 8:28]
João Bruni
I have browsed source code and found related code at following files: backend/wbprivate/sqlide/wb_sql_editor_form.h backend/wbprivate/sqlide/wb_sql_editor_form.cpp It seems that the "_rs_sequence" property should be the ResultSet counter. At backend/wbprivate/sqlide/wb_sql_editor_form.cpp, lines #785 to $787, we can see the tab label (caption) assignment. At backend/wbprivate/sqlide/wb_sql_editor_form.h, line #150, we can see the "_rs_sequence" property declaration. Shouldn't it be declared "static"?
[12 Feb 2010 23:09]
Johannes Taxacher
fixed in repository
[16 Feb 2010 17:20]
Tony Bedford
Changelog for 5.2.16 updated. See Bug #50334.