Bug #8586 Schema list "Copy SQL to Clipboard" context option non-functional
Submitted: 17 Feb 2005 19:44 Modified: 30 May 2005 8:24
Reporter: Andy Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Administrator Severity:S3 (Non-critical)
Version:1.0.19 OS:Windows (Windows XP)
Assigned to: Michael G. Zinner CPU Architecture:Any

[17 Feb 2005 19:44] Andy
Description:
In the bottom-left "Schemata" List pane, when I right-click on a Schema I get a context menu containing an option "Copy SQL to Clipboard". This option I would expect to copy to the clipboard the SQL "CREATE DATABASE" and "CREATE TABLE" commands relevant for the right-clicked Schema.

All I get in my clipboard is this (minus quotes):
";

"

How to repeat:
Start up MySQL Administrator, connect to a server hosting a few databases, Select "Catalogs" from the top-left pane, right click on one of the databases in the bottom-left "Schemata" List pane, select "Copy SQL to Clipboard", paste selection into text editor.

Suggested fix:
Finish the implementation. Why make a visible placeholder for this functionality when it clearly isn't there yet?
[30 May 2005 8:24] Michael G. Zinner
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html