Bug #34483 copy/paste from one schemata to another just copies one table
Submitted: 12 Feb 2008 8:38 Modified: 28 Mar 2008 17:42
Reporter: Bjoern Keck Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:5.0.13 OSS Beta OS:Windows (XP SP2)
Assigned to: Alfredo Kojima CPU Architecture:Any
Tags: copy, paste

[12 Feb 2008 8:38] Bjoern Keck
Description:
When copying several tables from one schema to another just one table will be copied

How to repeat:
1) open any saved mwb-file
2) insert any other database by a sql-file. then you have opened 2 schemas. 
3) then select several tables in the "physical schemata"-tab 
4) cut the tables by: right-click cut
5) select the other schema
6) the right-click paste.

then just ONE table will be inserted.

(btw: an undo after this dose not work)
[12 Feb 2008 9:51] Bjoern Keck
corrected version number
[12 Feb 2008 10:37] MySQL Verification Team
Thank you for the bug report.
[14 Feb 2008 17:30] Johannes Taxacher
couldn't verify the "undo doesn't work" issue, but the copy/paste problem can be reproduced as explained.
[26 Mar 2008 2:09] Johannes Taxacher
fixed in SVN Rev 2868
[28 Mar 2008 17:42] MC Brown
A note has been added to the 5.0.16rc changelog: 

When copying multiple table definitions from one schema to another, only the first table in the selection would be pasted into the new schema.