Bug #70978 Can't drop multiple views
Submitted: 22 Nov 2013 10:25 Modified: 14 Jan 2014 2:32
Reporter: Philippe Coanet Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S2 (Serious)
Version:6.0.8 OS:Windows
Assigned to: CPU Architecture:Any

[22 Nov 2013 10:25] Philippe Coanet
Description:
I can't drop multiple views when selecting them in the Schema panel. I get an erro message stating:
join() takes exactly one argument (2 given)

How to repeat:
- Select at least 2 views in the schema panel
- Right-click 
- Select "Drop x views..."
and you get the error message :
join() takes exactly one argument (2 given)
[22 Nov 2013 10:37] Philippe Coanet
The error occurs in fact in an SQL Editor tab. I changed the Categoty accordingly.

Philippe
[22 Nov 2013 11:08] MySQL Verification Team
Hello Philippe,

Thank you for the bug report.
Verified as described.

Thanks,
Umesh
[14 Jan 2014 2:32] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.1.1, and here is the changelog entry:

Executing a DROP would fail when multiple views were selected in the
schema navigator panel. For example, selecting two views would generate an error
such as "join() takes exactly one argument (2 given)".

Thank you for the bug report.