<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How to write MySQL conditional comments</title>
	<link>http://www.xaprb.com/blog/2007/05/22/how-to-write-mysql-conditional-comments/</link>
	<description>Stay curious!</description>
	<pubDate>Thu, 24 Jul 2008 00:14:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Scott Noyes</title>
		<link>http://www.xaprb.com/blog/2007/05/22/how-to-write-mysql-conditional-comments/#comment-10224</link>
		<author>Scott Noyes</author>
		<pubDate>Fri, 01 Jun 2007 13:45:04 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/05/22/how-to-write-mysql-conditional-comments/#comment-10224</guid>
		<description>Version 10 won't matter if the values are compared as integers, rather than strings. 100101 &#62; 9999, and it's backwards compatible too. The only problem occurs if there's a minor version or revision that gets over 100.</description>
		<content:encoded><![CDATA[<p>Version 10 won&#8217;t matter if the values are compared as integers, rather than strings. 100101 &gt; 9999, and it&#8217;s backwards compatible too. The only problem occurs if there&#8217;s a minor version or revision that gets over 100.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/05/22/how-to-write-mysql-conditional-comments/#comment-8584</link>
		<author>Xaprb</author>
		<pubDate>Thu, 24 May 2007 12:34:07 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/05/22/how-to-write-mysql-conditional-comments/#comment-8584</guid>
		<description>I almost made a Y2K reference about version 10 myself :-)

I don't know what's up with the pass-math plugin.  Some people complain about it, but I haven't seen problems.  I upgraded WP and of course lost my custom anti-captcha, so I decided to try this one.  I'll write more about this later; the upgrade has been educational.  In any event I'll probably get into the code and try to fix the math thing.  I suspect it's a cookie problem.</description>
		<content:encoded><![CDATA[<p>I almost made a Y2K reference about version 10 myself :-)</p>
<p>I don&#8217;t know what&#8217;s up with the pass-math plugin.  Some people complain about it, but I haven&#8217;t seen problems.  I upgraded WP and of course lost my custom anti-captcha, so I decided to try this one.  I&#8217;ll write more about this later; the upgrade has been educational.  In any event I&#8217;ll probably get into the code and try to fix the math thing.  I suspect it&#8217;s a cookie problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheeri</title>
		<link>http://www.xaprb.com/blog/2007/05/22/how-to-write-mysql-conditional-comments/#comment-8572</link>
		<author>Sheeri</author>
		<pubDate>Thu, 24 May 2007 11:50:29 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/05/22/how-to-write-mysql-conditional-comments/#comment-8572</guid>
		<description>So, um...what happens when MySQL gets to version 10?

(and why is it telling me I didn't pass math when 1 7=8?)</description>
		<content:encoded><![CDATA[<p>So, um&#8230;what happens when MySQL gets to version 10?</p>
<p>(and why is it telling me I didn&#8217;t pass math when 1 7=8?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rdb Notes &#183; How to write MySQL conditional comments at Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/05/22/how-to-write-mysql-conditional-comments/#comment-8447</link>
		<author>Rdb Notes &#183; How to write MySQL conditional comments at Xaprb</author>
		<pubDate>Wed, 23 May 2007 16:46:41 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/05/22/how-to-write-mysql-conditional-comments/#comment-8447</guid>
		<description>[...]  How to write MySQL conditional comments at Xaprb MySQL’s version-specific conditional comment syntax confused me [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;]  How to write MySQL conditional comments at Xaprb MySQL’s version-specific conditional comment syntax confused me [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Bouman</title>
		<link>http://www.xaprb.com/blog/2007/05/22/how-to-write-mysql-conditional-comments/#comment-8386</link>
		<author>Roland Bouman</author>
		<pubDate>Wed, 23 May 2007 10:29:56 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/05/22/how-to-write-mysql-conditional-comments/#comment-8386</guid>
		<description>Hi Baron!

yeah, these comments can be pretty useful sometimes. I use them to fool the mysql command line client to preserve comments in stored procedures:

delimiter $$

create procedure p()
begin
/*!99999
    Comments go here
*/
    -- code goes here
end;
$

see: 
http://rpbouman.blogspot.com/2006/12/mysql-stored-routines-and-command-line.html</description>
		<content:encoded><![CDATA[<p>Hi Baron!</p>
<p>yeah, these comments can be pretty useful sometimes. I use them to fool the mysql command line client to preserve comments in stored procedures:</p>
<p>delimiter $$</p>
<p>create procedure p()<br />
begin<br />
/*!99999<br />
    Comments go here<br />
*/<br />
    &#8212; code goes here<br />
end;<br />
$</p>
<p>see:<br />
<a href="http://rpbouman.blogspot.com/2006/12/mysql-stored-routines-and-command-line.html" rel="nofollow">http://rpbouman.blogspot.com/2006/12/mysql-stored-routines-and-command-line.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
