Bug #74944 Missing default tag names for query tabs
Submitted: 20 Nov 2014 22:14 Modified: 15 Jan 2015 10:04
Reporter: Paweł Proskurnicki Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:6.2.4 OS:Windows (Microsoft Windows 8.1)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[20 Nov 2014 22:14] Paweł Proskurnicki
Description:
After Closing MySQL Workbench not saved Query Tabs are named for example: {0A4BF3EF-F5F5-4C92-AA99-2...} their names should be for example SQL File (1,2,3...)

How to repeat:
Add new tab - close program, reopen it
[20 Nov 2014 22:22] MySQL Verification Team
Thank you for the bug report. I couldn't repeat with new version 6.2.4 please upgrade. Thanks.
[20 Nov 2014 22:33] Paweł Proskurnicki
After close several tabs

Attachment: bug1.PNG (image/png, text), 57.61 KiB.

[20 Nov 2014 22:33] Paweł Proskurnicki
afer make some requests

Attachment: bug2.PNG (image/png, text), 40.50 KiB.

[20 Nov 2014 22:33] Paweł Proskurnicki
after close it - reopened

Attachment: bug3.PNG (image/png, text), 37.08 KiB.

[20 Nov 2014 22:36] Paweł Proskurnicki
For my updates 6.2.3 "is up to date", maybe it's temporary problem i'll search 6.2.4 version. 

I attached 3 pictures to show the problem. There is one more problem with closing tabs. As You can see - i had 2 tabs, after reload i had multiple (old queries are there - they aren't deleted.
[20 Nov 2014 22:52] Paweł Proskurnicki
I updated version - problem is still remains
[12 Dec 2014 12:06] MySQL Verification Team
Thank you for the feedback.
Please check if you are affected by this Bug #74966

Thanks,
Umesh
[12 Dec 2014 12:28] Paweł Proskurnicki
Yes I have exactly same bug.

Maybe it's connected with privileges on Windows? I also have tried to work on portable version but same bug still appears.
[15 Dec 2014 10:04] MySQL Verification Team
This issue is observed when you create a new connection and save/name it using  utf8(related bug), and also this issue is observed when you upgrade from 6.1.7->6.2.x and in such cases you may have to clean up few left overs from upgrade:

In the upgrade case, you can purge files from(applies in case of msi installation or even portable unzip version): 

C:\Users\<User_Name>\AppData\Roaming\MySQL\Workbench\sql_workspaces>dir

and then 

C:\Users\<User_Name>\AppData\Roaming\MySQL\Workbench\sql_workspaces\<workspace_name>>dir

Please replace <User_Name> with actual username and <workspace_name> is the connection name.

"*****.autosave" contains the autosave files scratches and so on the <workspace_name> is the connection name. Please backup this directory "****.autosave" somewhere in safe location before doing any changes into that directory. 

Just for your info - .scratch contains editor contents, while .info contains the information about how it was stored what settings there were cursor pos etc, tab_order contains the order of the tabs in sql the editor tabs.

Before 6.2.3 there was .autosave and .filename etc
So, this is the place you can try to clean up. You'll need to remove the .autosave and and start over WB...

Hope that this would resolve the issue.
[16 Jan 2015 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".