Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.7.0

Bug #4088 c-style block comments not handled
Submitted: 2005-04-06 19:49 UTC
From: epte at ruffdogs dot com Assigned: cybot
Status: Closed Package: SQL_Parser
PHP Version: 4.3.8 OS:
Roadmaps: 0.5.1    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
2007-07-13 13:49 UTC
Package:
Bug Type:
Summary:
From: epte at ruffdogs dot com
New email:
PHP Version: Package Version: OS:

 

 [2005-04-06 19:49 UTC] epte at ruffdogs dot com
Description: ------------ MySQL allows c-style block comments as valid comments. The following code (from mysqldump) breaks: Reproduce code: --------------- /*!40000 ALTER TABLE `mpn_bannerfinish` ENABLE KEYS */; Actual result: -------------- Parse error: Unknown action :/ on line 2 /*!40000 ALTER TABLE `mpn_bannerfinish` ENABLE KEYS */; ^ found: "/"

Comments

 [2005-09-30 16:56 UTC] justinpatrin
MySQL may allow it, but is this part of the normal SQL standard? It may be nice to have this supported in a mysql-compat mode, but I wouldn't see it as a bug of the parse unless this is part of the SQL standard.
 [2007-06-28 16:31 UTC] cybot (Sebastian Mendel)
depends on bug #11472 or to say it better this is also fixed with attached patch on bug #11472
 [2007-07-13 13:49 UTC] cybot (Sebastian Mendel)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.