Bug #49330 DROPing a schema in overview doesn't show its name
Submitted: 2 Dec 2009 9:27 Modified: 17 Dec 2009 11:45
Reporter: Ángel Eduardo García Hernández Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.10 Beta OS:MacOS
Assigned to: Sergei Tkachenko CPU Architecture:Any

[2 Dec 2009 9:27] Ángel Eduardo García Hernández
Description:
When you use the minus (-) button at right of Overview pane, the dialog doesn't show the current database. I don't know if pressing DROP will drop the database, as I cannot try it right now.

How to repeat:
1. Connect to a server
2. In Overview, select a database
3. Press the minus (-) button on the right of the Overview pane
4/ The dialog will show "Do you want to drop database `` from DB server..." and button will say "DROP ``"
[2 Dec 2009 11:53] Johannes Taxacher
clicking drop in that case wont drop anything, it indeed sends a DROP DATABASE `` to the server which is answered with a corrsesp. err.
[16 Dec 2009 20:14] Johannes Taxacher
this is fixed in repository.
will be included in 5.2.11
[17 Dec 2009 11:45] Tony Bedford
An entry has been added to the 5.2.11 changelog:

In the Overview tab of the SQL Editor the drop database button on the toolbar did not work correctly. If pressed the dialog presented did not contain the name of the current database in its message, and generated text such as:

Do you want to drop database `` from DB server ...

Note the empty string where the database name should have been. Further, the text on the dialog button drop was also missing the database name:

DROP ``