Do you really want to comment out that code?
Yet again I have been on the MySQL forums and yet again it's given me something to write about. The question was pretty standard simply asking how you comment out code or add comments to MySQL stored routines. However the wording of the question got me thinking. In the past when I have been writing complex stored procedures in Oracle it can be difficult to see where an error is coming from, not necessarily which line is raising the error but which section of code cause the problem. One of the methods I have used in the past is to use the /* */ multi line comment syntax to exclude blocks of code on mass to rule them out quickly, this has proved a good way to narrow down where the root of an error comes from.
But as you may know MySQL simply removes any comments from the code if it's entered via the command line, it makes no distinction between comments you are adding and code which has been commented out. This isn't a problem when you write procedures in script files and upload them but if you use the command line directly (either typing them in or copy and paste) it means the commented code will be lost forever.
Yet another example of why you don't want to write stored procedures directly into the command line.


15 Comments:
I'm pretty sure you meant "don't" write stored procedures directly into the command line..., not "do". :)
Anyway, total agreement from me ("don't" that is...). Also, the advantages of source code control are only seen when done outside the system and in script files.
Of course you are correct I meant don't.
Seems there is a little confusion on the issue (on my part). I just download 5.0.19 for windows and the query browser and it does seem to store the comments, thinking back I think that there was a change in the Query browser to retain comments but I can confirm this is still a problem on the command line.
Actually, I think the query browser never had this problem - the command line always did have.
I think it's because the command line pre-processes the commands before they are sent to the server. You can kinda tell it does that:
mysql> delimiter //
mysql> create procedure p()
-> begin
-> /*
/*> this is some comment
/*> */
-> end;
-> //
as you can see, the prompt suddenly changes to /* inside the comment.
it does the same for single quoted strings.
The 4.0 version of the mysql command line client does retain /* */ comments. The change to strip those was in 4.1.
James Day
Thanks for that James, interesting info.
GET WITH IT TODAY
Can I Help You.. Yes If you want to get on the web. If you want to start learning about creating a web site of your own.. go to http://webhost11.com. to find out more about deal webhosting ... We can help find a web host for you.
HEEEEEELLLLLLLLOOOOOOOOO BLOGGERSSSSSS..
I would like to tell everyone I know about a new web site for cheap web hosting information... If you are looking on ways to mkae money starting a business and need a site to host it on . Visit http://webhost-er.com/ Today
What a nice blog you have here. Amazing. I just came from a casino on line blog online. And, I actually won money online! Check this internet casino site.
What are you looking for today?
UNBELIEVABLE....Do you know or have you ever heard of Gotting Money from us government grants ..If you are interested in finding out how to get more info on us government grants visit us at http://allgrants4u.com... There are so many things you can get grants for.. Homes, school, work, business, college..ect.. Find out how everybody is getting money from us government grants today... Quit living in poverty educate yourself and improve your life..
Check this out for FREE...
This opportunity says:
"Your Ad" Will Be Instantly Displayed on Thousands of Websites and Read By Over 10 Million People Per Week For FREE, and It Only Takes 60 Seconds To Get Started!
To find out more visit: network marketing site. It successfully exposes FREE information covering Traffic and network marketing related stuff.
Self Help Will Nerver Be The Same
I found a great site on setting goals.If you want to change your life or learn about setting goals and find the answers to other self help questions. Visit http://purposesetting.com/sitemap_1.html
Your Blog is Awesome. I am glad that I got a chance to come by and check it out. I am always looking for hot information that will help my online business to flourish.http://www.affiliatehomebasedbusiness.com
Bloggers
Looking for performance based contracting at http://doityourselfpro.com/. Well I recomend This Site.
black mold exposureblack mold symptoms of exposurewrought iron garden gatesiron garden gates find them herefine thin hair hairstylessearch hair styles for fine thin hairnight vision binocularsbuy night vision binocularslipitor reactionslipitor allergic reactionsluxury beach resort in the philippines
afordable beach resorts in the philippineshomeopathy for eczema.baby eczema.save big with great mineral makeup bargainsmineral makeup wholesalersprodam iphone Apple prodam iphone prahacect iphone manualmanual for P 168 iphonefero 52 binocularsnight vision Fero 52 binocularsThe best night vision binoculars here
night vision binoculars bargainsfree photo albums computer programsfree software to make photo albumsfree tax formsprintable tax forms for free craftmatic air bedcraftmatic air bed adjustable info hereboyd air bedboyd night air bed lowest pricefind air beds in wisconsinbest air beds in wisconsincloud air beds
best cloud inflatable air bedssealy air beds portableportables air bedsrv luggage racksaluminum made rv luggage racksair bed raisedbest form raised air bedsaircraft support equipmentsbest support equipments for aircraftsbed air informercialsbest informercials bed airmattress sized air beds
bestair bed mattress antique doorknobsantique doorknob identification tipsdvd player troubleshootingtroubleshooting with the dvd playerflat panel television lcd vs plasmaflat panel lcd television versus plasma pic the bestThe causes of economic recessionwhat are the causes of economic recessionadjustable bed air foam The best bed air foam
hoof prints antique equestrian printsantique hoof prints equestrian printsBuy air bedadjustablebuy the best adjustable air bedsair beds canadian storesCanadian stores for air beds
migraine causemigraine treatments floridaflorida headache clinicdrying dessicantair drying dessicantdessicant air dryerpediatric asthmaasthma specialistasthma children specialistcarpet cleaning dallas txcarpet cleaners dallascarpet cleaning dallas
Post a Comment
<< Home