Bug #8102 Query Browser does not process mysqldump SQL files correctly
Submitted: 24 Jan 2005 9:13 Modified: 29 Aug 2005 16:07
Reporter: Arjen Lentz Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:any OS:Windows (Windows (possibly any))
Assigned to: Vladimir Kolesnikov CPU Architecture:Any

[24 Jan 2005 9:13] Arjen Lentz
Description:
Query Browser does not process comments the same way the mysql cmdline client does.
mysql does not send a line starting with -- to the server, even if the third character is not a space.

How to repeat:
Try to import any mysqldump file, for instance world.sql (sample world db)
http://dev.mysql.com/get/Downloads/Manual/world.sql.gz/from/pick

Suggested fix:
Process SQL scripts the same way as mysql cmdline client does (check its source).
[29 Aug 2005 16:07] Vladimir Kolesnikov
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