<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Where did 5.0.79 enterprise come from?</title>
	<atom:link href="http://ebergen.net/wordpress/2009/04/10/where-did-5079-enterprise-come-from/feed/" rel="self" type="application/rss+xml" />
	<link>http://ebergen.net/wordpress/2009/04/10/where-did-5079-enterprise-come-from/</link>
	<description>You will probably want some waders, a pickaxe, and one of those hats with a light on it before you go in here.</description>
	<lastBuildDate>Fri, 13 Jan 2012 16:39:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eric Bergen</title>
		<link>http://ebergen.net/wordpress/2009/04/10/where-did-5079-enterprise-come-from/comment-page-1/#comment-232076</link>
		<dc:creator>Eric Bergen</dc:creator>
		<pubDate>Sat, 11 Apr 2009 17:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=226#comment-232076</guid>
		<description>The specific example I ran into was adding new variables to mysqldump output. If my patch to add a variable to control the slow query log: 

http://ebergen.net/wordpress/2007/07/03/set-sql_log_slow0-to-control-the-slow-query-log/

Was included in mysql community. It&#039;s execution would be controlled by versioned executable comments. For example let&#039;s say my patch is included in 5.0.77 community the comment would look like:

/*!50077 set sql_log_slow=0*/

If I try to restore that dump file on a newer version of mysql enterprise it&#039;s going to be broken because while the version is technically newer enterprise wouldn&#039;t know about sql_log_slow because it was only included in community.</description>
		<content:encoded><![CDATA[<p>The specific example I ran into was adding new variables to mysqldump output. If my patch to add a variable to control the slow query log: </p>
<p><a href="http://ebergen.net/wordpress/2007/07/03/set-sql_log_slow0-to-control-the-slow-query-log/" rel="nofollow">http://ebergen.net/wordpress/2007/07/03/set-sql_log_slow0-to-control-the-slow-query-log/</a></p>
<p>Was included in mysql community. It&#8217;s execution would be controlled by versioned executable comments. For example let&#8217;s say my patch is included in 5.0.77 community the comment would look like:</p>
<p>/*!50077 set sql_log_slow=0*/</p>
<p>If I try to restore that dump file on a newer version of mysql enterprise it&#8217;s going to be broken because while the version is technically newer enterprise wouldn&#8217;t know about sql_log_slow because it was only included in community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://ebergen.net/wordpress/2009/04/10/where-did-5079-enterprise-come-from/comment-page-1/#comment-231943</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Fri, 10 Apr 2009 23:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=226#comment-231943</guid>
		<description>Ah, right.  That&#039;s been the case for OEM builds for sometime, now.

The version number tells the code baseline, the &quot;pro&quot; or &quot;advanced&quot; tells you what options were baked into the build.

It was also true in 5.0 with Cluster.</description>
		<content:encoded><![CDATA[<p>Ah, right.  That&#8217;s been the case for OEM builds for sometime, now.</p>
<p>The version number tells the code baseline, the &#8220;pro&#8221; or &#8220;advanced&#8221; tells you what options were baked into the build.</p>
<p>It was also true in 5.0 with Cluster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://ebergen.net/wordpress/2009/04/10/where-did-5079-enterprise-come-from/comment-page-1/#comment-231942</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Fri, 10 Apr 2009 23:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=226#comment-231942</guid>
		<description>Hi Eric,

Still not understanding your comment about &quot;executable comment syntax&quot;:

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.1.33-enterprise-gpl-pro-log MySQL Enterprise Server - Pro Edit
ion (GPL)

Type &#039;help;&#039; or &#039;\h&#039; for help. Type &#039;\c&#039; to clear the buffer.

mysql&gt; select version();
+-------------------------------+
&#124; version()                     &#124;
+-------------------------------+
&#124; 5.1.33-enterprise-gpl-pro-log &#124;
+-------------------------------+
1 row in set (0.03 sec)

I&#039;m sure I&#039;m missing your point.</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>Still not understanding your comment about &#8220;executable comment syntax&#8221;:</p>
<p>Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 1<br />
Server version: 5.1.33-enterprise-gpl-pro-log MySQL Enterprise Server &#8211; Pro Edit<br />
ion (GPL)</p>
<p>Type &#8216;help;&#8217; or &#8216;\h&#8217; for help. Type &#8216;\c&#8217; to clear the buffer.</p>
<p>mysql&gt; select version();<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+<br />
| version()                     |<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+<br />
| 5.1.33-enterprise-gpl-pro-log |<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+<br />
1 row in set (0.03 sec)</p>
<p>I&#8217;m sure I&#8217;m missing your point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bergen</title>
		<link>http://ebergen.net/wordpress/2009/04/10/where-did-5079-enterprise-come-from/comment-page-1/#comment-231940</link>
		<dc:creator>Eric Bergen</dc:creator>
		<pubDate>Fri, 10 Apr 2009 23:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=226#comment-231940</guid>
		<description>Sorry 5.1.whatever community, 5.1.33 pro or 5.1.33 advanced. The version number can no longer be used to know if a specific feature or change exists.</description>
		<content:encoded><![CDATA[<p>Sorry 5.1.whatever community, 5.1.33 pro or 5.1.33 advanced. The version number can no longer be used to know if a specific feature or change exists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bergen</title>
		<link>http://ebergen.net/wordpress/2009/04/10/where-did-5079-enterprise-come-from/comment-page-1/#comment-231939</link>
		<dc:creator>Eric Bergen</dc:creator>
		<pubDate>Fri, 10 Apr 2009 23:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=226#comment-231939</guid>
		<description>No, you get 5.1.33 community, 5.1.33 pro or 5.1.33 advanced. All with a different set of features. The executable comment syntax only knows version numbers, it doesn&#039;t know anything about community/pro/advanced.</description>
		<content:encoded><![CDATA[<p>No, you get 5.1.33 community, 5.1.33 pro or 5.1.33 advanced. All with a different set of features. The executable comment syntax only knows version numbers, it doesn&#8217;t know anything about community/pro/advanced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://ebergen.net/wordpress/2009/04/10/where-did-5079-enterprise-come-from/comment-page-1/#comment-231923</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Fri, 10 Apr 2009 22:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=226#comment-231923</guid>
		<description>Hi Eric!

The revised numbering was briefly mentioned by Kaj, although it doesn&#039;t go into significant detail:

http://blogs.mysql.com/kaj/2008/12/01/mysql-51-release-schedule/

&quot;Is community going to be sacrificed to give enterprise more versions to use?&quot;

http://www.mysql.com/about/legal/lifecycle/ tells you exactly when Community 5.0 stops getting released, and it&#039;s not too far in the future.

&quot;By the way the advanced vs pro enterprise binaries add a whole new layer to the MySQL version issues.&quot;

How so?  You get 5.1.33 pro, or 5.1.33 advanced.  The same thing has existed in OEM builds for some time (&quot;classic&quot; without InnoDB, &quot;pro&quot; with).  Why does the creation of a new Advanced Server with a different feature set, but based on the same code, affect the number of versions available in any way?</description>
		<content:encoded><![CDATA[<p>Hi Eric!</p>
<p>The revised numbering was briefly mentioned by Kaj, although it doesn&#8217;t go into significant detail:</p>
<p><a href="http://blogs.mysql.com/kaj/2008/12/01/mysql-51-release-schedule/" rel="nofollow">http://blogs.mysql.com/kaj/2008/12/01/mysql-51-release-schedule/</a></p>
<p>&#8220;Is community going to be sacrificed to give enterprise more versions to use?&#8221;</p>
<p><a href="http://www.mysql.com/about/legal/lifecycle/" rel="nofollow">http://www.mysql.com/about/legal/lifecycle/</a> tells you exactly when Community 5.0 stops getting released, and it&#8217;s not too far in the future.</p>
<p>&#8220;By the way the advanced vs pro enterprise binaries add a whole new layer to the MySQL version issues.&#8221;</p>
<p>How so?  You get 5.1.33 pro, or 5.1.33 advanced.  The same thing has existed in OEM builds for some time (&#8220;classic&#8221; without InnoDB, &#8220;pro&#8221; with).  Why does the creation of a new Advanced Server with a different feature set, but based on the same code, affect the number of versions available in any way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjen Lentz</title>
		<link>http://ebergen.net/wordpress/2009/04/10/where-did-5079-enterprise-come-from/comment-page-1/#comment-231917</link>
		<dc:creator>Arjen Lentz</dc:creator>
		<pubDate>Fri, 10 Apr 2009 21:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=226#comment-231917</guid>
		<description>Nice of Harrison to explain.
Considering the situation, this might have been something say Kaj or Giuseppe could&#039;ve blogged about, to pre-empt this kind of question.</description>
		<content:encoded><![CDATA[<p>Nice of Harrison to explain.<br />
Considering the situation, this might have been something say Kaj or Giuseppe could&#8217;ve blogged about, to pre-empt this kind of question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Bouman</title>
		<link>http://ebergen.net/wordpress/2009/04/10/where-did-5079-enterprise-come-from/comment-page-1/#comment-231902</link>
		<dc:creator>Roland Bouman</dc:creator>
		<pubDate>Fri, 10 Apr 2009 20:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=226#comment-231902</guid>
		<description>Hi!

&quot;I think this is now rock solid proof that there were too many features packed into 5.0 and it was released too early.&quot;

mm, can&#039;t say I agree...if rock solid proof of anything, I&#039;d pick &quot;shortsighted decision in allocating just two digits for that version number&quot;</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>&#8220;I think this is now rock solid proof that there were too many features packed into 5.0 and it was released too early.&#8221;</p>
<p>mm, can&#8217;t say I agree&#8230;if rock solid proof of anything, I&#8217;d pick &#8220;shortsighted decision in allocating just two digits for that version number&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

