Bug #56833 | SQL sript obtained using MySQL GUI Tools is miss-interpreted in MySQL Workbench | ||
---|---|---|---|
Submitted: | 17 Sep 2010 1:50 | Modified: | 11 Nov 2010 15:56 |
Reporter: | Francisco Henkel | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 5.2.27 revision 6485 | OS: | Any (Windows XP, Mac OS X) |
Assigned to: | Mike Lischke | CPU Architecture: | Any |
[17 Sep 2010 1:50]
Francisco Henkel
[17 Sep 2010 3:59]
Valeriy Kravchuk
Indeed, file can be exported without errors using mysql command line client: macbook-pro:5.5 openxs$ bin/mysql -uroot test < ~/Downloads/PacoBackupDEMO.sql macbook-pro:5.5 openxs$ echo $? 0 but gives weird error message about non-existing table (on line 423) when executing the same script from SQL Editor. This is a bug.
[25 Oct 2010 9:31]
Mike Lischke
Fixed already in release.
[9 Nov 2010 10:33]
Johannes Taxacher
fixed in current release (5.2.29)
[11 Nov 2010 15:56]
Tony Bedford
An entry has been added to the 5.2.29 changelog: A script that could successfully be executed on the MySQL Server, failed to execute in the MySQL Workbench SQL Editor.