<?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"
	>
<channel>
	<title>Comments on: New MySQL Community Release Policies published</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/</link>
	<description>Everything about MySQL Performance</description>
	<pubDate>Tue, 02 Dec 2008 14:00:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-187796</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Fri, 09 Nov 2007 20:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-187796</guid>
		<description>Scott,

Securty are not only bug fixes which deserve to be fixed, there are others such as crash bugs or wrong query results for common queries. The bug you mentioned had Severity 5 so it of course should not go in stable release, neither Innodb performance improvements in 5.0.30

On the other hand the bug you're mentioned went only in the enterprise version as far as I remember and was quickly pulled off with customers who downloaded it notified not to use this version.

The problem with very conservative approach is - way too long delays between version releases.  For example many paying customers could not wait for 5.1 to get scaling fixes so MySQL had to go ahead. 

If MySQL 5.1 would be released 6 months after 5.0 (containing say only row level replication or no new big features at all) it could be the one to contain larger bug fixes and improvements.</description>
		<content:encoded><![CDATA[<p>Scott,</p>
<p>Securty are not only bug fixes which deserve to be fixed, there are others such as crash bugs or wrong query results for common queries. The bug you mentioned had Severity 5 so it of course should not go in stable release, neither Innodb performance improvements in 5.0.30</p>
<p>On the other hand the bug you&#8217;re mentioned went only in the enterprise version as far as I remember and was quickly pulled off with customers who downloaded it notified not to use this version.</p>
<p>The problem with very conservative approach is - way too long delays between version releases.  For example many paying customers could not wait for 5.1 to get scaling fixes so MySQL had to go ahead. </p>
<p>If MySQL 5.1 would be released 6 months after 5.0 (containing say only row level replication or no new big features at all) it could be the one to contain larger bug fixes and improvements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Marlowe</title>
		<link>http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-186740</link>
		<dc:creator>Scott Marlowe</dc:creator>
		<pubDate>Thu, 08 Nov 2007 20:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-186740</guid>
		<description>Reading all these comments, it seems to me that nobody seems to understand the simplicity of a stable branches being truly stable, and development branches being fast moving.

It's the basis of open source.

If someone wants to patch a stable branch, you push back unless it's a security or data loss bug or serious.  Once 5.0 went STABLE, it should have seen no more work done on it that was not security or bug fixes.  And this: http://bugs.mysql.com/bug.php?id=28591 does not count as a "BUG".  It was a performance enhancement.  Those go into the next development version (5.1?  6.0?)  No way should such a change be applied to 5.0, which is a stable branch.  And if you read the release notes for each 5.0 version since it went stable, many many many of those changes are NOT Security or true bug fixes.  This causes people to not trust the community versions of MySQL because they can't be sure a simple update won't scram their whole db server.

In using pgSQL a lot, I've had exactly one point release on a stable branch that introduced a bug that could affect data, and there was a point release the next week to fix it.  It came and went so fast I didn't get a chance to get bitten by it.

MySQL AB needs to stop trying to differentiate their commercial and community code right now.  It's a bad idea.  When I've been bitten by problems in the community version, my very very last response was to think I should switch to the commercial version.  My first response was to migrate off of MySQL.  And there are a lot of people I know who've now done the same.  

The sloppy approach to patching stable versions, and the idea that you can only make money selling code is gonna kill MySQL AB in the long run.  I truly hope a vibrant Open Source community takes the whole thing GPL and adopts a reliable, responsible Open Source / Free development methodology around it.  

The current method of upselling commercial versions feels like a protection racket or a bait and switch.  yeah, that community version is ok, except for these horrible bugs.  We can fix those for you for a small fee.

Sinisia, you mention that bug fixes are going through a long and elaborate process.  Does this apply to all bug fixes, or just those to stable versions?  I can totally understand a more involved and careful QA and reviewing process for patches to stable versions.  But dev versions don't need so much time and should be made pretty quickly, assuming they're coming from a trusted source.

Anyway, I've kvetched enough.  I don't use MySQL as much as I used to, and I doubt anything MySQL AB can do will win me back.  Their current course seems to be actively driving people away.</description>
		<content:encoded><![CDATA[<p>Reading all these comments, it seems to me that nobody seems to understand the simplicity of a stable branches being truly stable, and development branches being fast moving.</p>
<p>It&#8217;s the basis of open source.</p>
<p>If someone wants to patch a stable branch, you push back unless it&#8217;s a security or data loss bug or serious.  Once 5.0 went STABLE, it should have seen no more work done on it that was not security or bug fixes.  And this: <a href="http://bugs.mysql.com/bug.php?id=28591" rel="nofollow">http://bugs.mysql.com/bug.php?id=28591</a> does not count as a &#8220;BUG&#8221;.  It was a performance enhancement.  Those go into the next development version (5.1?  6.0?)  No way should such a change be applied to 5.0, which is a stable branch.  And if you read the release notes for each 5.0 version since it went stable, many many many of those changes are NOT Security or true bug fixes.  This causes people to not trust the community versions of MySQL because they can&#8217;t be sure a simple update won&#8217;t scram their whole db server.</p>
<p>In using pgSQL a lot, I&#8217;ve had exactly one point release on a stable branch that introduced a bug that could affect data, and there was a point release the next week to fix it.  It came and went so fast I didn&#8217;t get a chance to get bitten by it.</p>
<p>MySQL AB needs to stop trying to differentiate their commercial and community code right now.  It&#8217;s a bad idea.  When I&#8217;ve been bitten by problems in the community version, my very very last response was to think I should switch to the commercial version.  My first response was to migrate off of MySQL.  And there are a lot of people I know who&#8217;ve now done the same.  </p>
<p>The sloppy approach to patching stable versions, and the idea that you can only make money selling code is gonna kill MySQL AB in the long run.  I truly hope a vibrant Open Source community takes the whole thing GPL and adopts a reliable, responsible Open Source / Free development methodology around it.  </p>
<p>The current method of upselling commercial versions feels like a protection racket or a bait and switch.  yeah, that community version is ok, except for these horrible bugs.  We can fix those for you for a small fee.</p>
<p>Sinisia, you mention that bug fixes are going through a long and elaborate process.  Does this apply to all bug fixes, or just those to stable versions?  I can totally understand a more involved and careful QA and reviewing process for patches to stable versions.  But dev versions don&#8217;t need so much time and should be made pretty quickly, assuming they&#8217;re coming from a trusted source.</p>
<p>Anyway, I&#8217;ve kvetched enough.  I don&#8217;t use MySQL as much as I used to, and I doubt anything MySQL AB can do will win me back.  Their current course seems to be actively driving people away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#60;/depesz&#62; &#187; Blog Archive &#187; Log Buffer #57: a Carnival of the Vanities for DBAs</title>
		<link>http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-155068</link>
		<dc:creator>&#60;/depesz&#62; &#187; Blog Archive &#187; Log Buffer #57: a Carnival of the Vanities for DBAs</dc:creator>
		<pubDate>Fri, 10 Aug 2007 16:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-155068</guid>
		<description>[...] It generated a lot of followups, including Mike Kruckenberg on his blog, Greg&#8217;s Postgres Stuff by Greg Sabino Mullane, Lukas Kahwe Smith&#8217;s Poo-Tee-Weet and Peter Zaitsev on Mysql Performance Blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] It generated a lot of followups, including Mike Kruckenberg on his blog, Greg&#8217;s Postgres Stuff by Greg Sabino Mullane, Lukas Kahwe Smith&#8217;s Poo-Tee-Weet and Peter Zaitsev on Mysql Performance Blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sinisa Milivojevic</title>
		<link>http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-154951</link>
		<dc:creator>Sinisa Milivojevic</dc:creator>
		<pubDate>Thu, 09 Aug 2007 14:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-154951</guid>
		<description>Pjotr, 

You show once again that you are very capable of getting out of the tight spots !!! During our enjoyable and interesting work in MySQL, I was wrong two or three times in five years, but you NEVER. That is OK, since you had such a great teacher. who once said: "I think I was wrong once in 1978, but I am not sure ....". You know who said that ????

Here are my answers to your answers to my answers to your answers to .........

1) Actually, most of criticisms that we got on Community version (so I am told) is on having those bleeding edge community patches. I will say no more as I am not in direct touch with Community.

2) Microsecond patch finished to be VERY different from the original submission. It also was amended with some very nice improvements not directly related to slow query log.

3) No comment. Who introduced latency can be found scientifically, right ???? That is, aftar all, your speciality , not mine ...

4) loop to point 1. (I don't like goto);

5) You would have had a point here if 50 % of bug fixes produce new bugs. Luckily, this is not true, hence you are wrong ....... ;o) Also, Community gets last bug fixes at that point in time, so if our QA is that bad (and it is not), both versions would suffer.

6) I did not bring this point of "taking back away" in my comment, but I will will still say something. The only thing that I see that is taken away is a frequency of Community binary releases. Previous policy, in my opinion, was simply not perfect. I thought then, and I think now, that paying customers should be the ones that should get the fix sooner. Isn't that logical ????

7) loop to point 1. (no goto's)</description>
		<content:encoded><![CDATA[<p>Pjotr, </p>
<p>You show once again that you are very capable of getting out of the tight spots !!! During our enjoyable and interesting work in MySQL, I was wrong two or three times in five years, but you NEVER. That is OK, since you had such a great teacher. who once said: &#8220;I think I was wrong once in 1978, but I am not sure &#8230;.&#8221;. You know who said that ????</p>
<p>Here are my answers to your answers to my answers to your answers to &#8230;&#8230;&#8230;</p>
<p>1) Actually, most of criticisms that we got on Community version (so I am told) is on having those bleeding edge community patches. I will say no more as I am not in direct touch with Community.</p>
<p>2) Microsecond patch finished to be VERY different from the original submission. It also was amended with some very nice improvements not directly related to slow query log.</p>
<p>3) No comment. Who introduced latency can be found scientifically, right ???? That is, aftar all, your speciality , not mine &#8230;</p>
<p>4) loop to point 1. (I don&#8217;t like goto);</p>
<p>5) You would have had a point here if 50 % of bug fixes produce new bugs. Luckily, this is not true, hence you are wrong &#8230;&#8230;. ;o) Also, Community gets last bug fixes at that point in time, so if our QA is that bad (and it is not), both versions would suffer.</p>
<p>6) I did not bring this point of &#8220;taking back away&#8221; in my comment, but I will will still say something. The only thing that I see that is taken away is a frequency of Community binary releases. Previous policy, in my opinion, was simply not perfect. I thought then, and I think now, that paying customers should be the ones that should get the fix sooner. Isn&#8217;t that logical ????</p>
<p>7) loop to point 1. (no goto&#8217;s)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-154947</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 09 Aug 2007 14:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-154947</guid>
		<description>I see there is another great post on this topic by Mike Kruckenberg
http://mike.kruckenberg.com/archives/2007/08/mysql-takes-another-step-away-from-open-source.html

Kaj responses to Mike and Jeremy posts
http://www.planetmysql.org/kaj/?p=124</description>
		<content:encoded><![CDATA[<p>I see there is another great post on this topic by Mike Kruckenberg<br />
<a href="http://mike.kruckenberg.com/archives/2007/08/mysql-takes-another-step-away-from-open-source.html" rel="nofollow">http://mike.kruckenberg.com/archives/2007/08/mysql-takes-another-step-away-from-open-source.html</a></p>
<p>Kaj responses to Mike and Jeremy posts<br />
<a href="http://www.planetmysql.org/kaj/?p=124" rel="nofollow">http://www.planetmysql.org/kaj/?p=124</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-154944</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 09 Aug 2007 14:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-154944</guid>
		<description>Sinisa,  For some reason I expected you to commit on this even though you do not commit that often.

Now regarding your criticism as usually you critique something I did not write :)

1) I'm not saying Community version will not continue. Of course MySQL is free to have some version which they call Community.  I'm just saying it is pointless for my needs as I need production versions with community patches (including mine) not some version which my clients will be ready to use 2 years from now.

2) Regarding microsecond patch - 5.1 is not 5.0 (still beta).  It is still taking way too much time from original submission and as I understand it is not normal community contribution process which worked well in this case but me talking to Monty at OSCON and him agreeing to personally add it.

3) I'm not showing SHOW PROFILE is implemented as it should be I'm simply stating it is only significant feature accepted for last 10 months or so.  I had customers having problem with this patch, even though Jeremy tells me they are typically because of Chad's code not his,  but again this is not the point.

4) The fact your patches take too long to be merged so what ?  Community tree specially had as one of its goals fast path for community patches so you could still use your new slow processes for Enterprise version. As you correctly outline it did not happen and this is exactly to the point

5) Let me clarify my point about bleeding edge.    You update Community source releases 4 times per year and binaries 2 times a year (per new promise) while  Enterprise binaries get  Monthly rapid update packs. This means some fixes go to Enterprise version before Community version so bug fixes are first tested by Enterprise customers.
These are of course all "safe" bug fixes but as you should know from years of working in support bug fixes are never safe and there is always significant probability of fixes breaking something either directly or by side effects.   

Community of course expected to get some big "bleeding edge" features.

6) Regarding your last question you put question wrong.  There does not have to be differentiation in terms of software MySQL had significant revenues before these Community vs Enterprise spilt, but differentiation does typically allow you to get more sales.  The problem is how MySQL does differentiation which is in many cases of "We'll take back what we previously were giving away" rather than providing newly created extra value for enterprise customers (Merlin being exception) .  May be MySQL was giving away too much ? If so why not to say so ?why to use these lame excuses "We're doing it to better serve you".  

7) I do not deny community version remains free software I'm simply pointing out it does not matches goals of community, even those goals which were outlined by Kaj himself less than a year ago.</description>
		<content:encoded><![CDATA[<p>Sinisa,  For some reason I expected you to commit on this even though you do not commit that often.</p>
<p>Now regarding your criticism as usually you critique something I did not write <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>1) I&#8217;m not saying Community version will not continue. Of course MySQL is free to have some version which they call Community.  I&#8217;m just saying it is pointless for my needs as I need production versions with community patches (including mine) not some version which my clients will be ready to use 2 years from now.</p>
<p>2) Regarding microsecond patch - 5.1 is not 5.0 (still beta).  It is still taking way too much time from original submission and as I understand it is not normal community contribution process which worked well in this case but me talking to Monty at OSCON and him agreeing to personally add it.</p>
<p>3) I&#8217;m not showing SHOW PROFILE is implemented as it should be I&#8217;m simply stating it is only significant feature accepted for last 10 months or so.  I had customers having problem with this patch, even though Jeremy tells me they are typically because of Chad&#8217;s code not his,  but again this is not the point.</p>
<p>4) The fact your patches take too long to be merged so what ?  Community tree specially had as one of its goals fast path for community patches so you could still use your new slow processes for Enterprise version. As you correctly outline it did not happen and this is exactly to the point</p>
<p>5) Let me clarify my point about bleeding edge.    You update Community source releases 4 times per year and binaries 2 times a year (per new promise) while  Enterprise binaries get  Monthly rapid update packs. This means some fixes go to Enterprise version before Community version so bug fixes are first tested by Enterprise customers.<br />
These are of course all &#8220;safe&#8221; bug fixes but as you should know from years of working in support bug fixes are never safe and there is always significant probability of fixes breaking something either directly or by side effects.   </p>
<p>Community of course expected to get some big &#8220;bleeding edge&#8221; features.</p>
<p>6) Regarding your last question you put question wrong.  There does not have to be differentiation in terms of software MySQL had significant revenues before these Community vs Enterprise spilt, but differentiation does typically allow you to get more sales.  The problem is how MySQL does differentiation which is in many cases of &#8220;We&#8217;ll take back what we previously were giving away&#8221; rather than providing newly created extra value for enterprise customers (Merlin being exception) .  May be MySQL was giving away too much ? If so why not to say so ?why to use these lame excuses &#8220;We&#8217;re doing it to better serve you&#8221;.  </p>
<p>7) I do not deny community version remains free software I&#8217;m simply pointing out it does not matches goals of community, even those goals which were outlined by Kaj himself less than a year ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sinisa Milivojevic</title>
		<link>http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-154941</link>
		<dc:creator>Sinisa Milivojevic</dc:creator>
		<pubDate>Thu, 09 Aug 2007 13:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-154941</guid>
		<description>Peter, my dear friend,

I read your columns 3 or 4 times so far, and all were written so well and so accurate. I am so sorry that I can't tell the same for the above article.
Here are my criticisms. First of all, Community version will continue, but with some changes. Second, microsecond resolution for slow queries is in 5.1 already and should come out soon.

Regarding SHOW PROFILE, it turns out it has te be implemented as an option, and not as it is implemented now. I do agree partially with what you wrote on the speed with which MySQL accepts patches. But, believe it or not, new procedures are in place and even patches from us, the insiders, are going through a long, elaborate process and quality control testing.

I totally disagree with your comparison of community versus enterprise. Same holds true for comparison between Red Hat and Fedora. Red Hat is dealing mostly with software they don't make and don't know much about. Enterprise binaries are ones where all bugs are fixed. Enterprise binaries are NOT the ones that get any bleeding edge features. Enterprise binaries contain all fixes for the bugs made up to that moment. That is the main difference. It is actually Community binaries that have few bleeding edge features, not tested thoroughly, like SHOW PROFILE.

I also hope that you agree that there has to be a differentiation. In that way a paying customer gets more then community user. But community still gets a free software, which is also VERY important.</description>
		<content:encoded><![CDATA[<p>Peter, my dear friend,</p>
<p>I read your columns 3 or 4 times so far, and all were written so well and so accurate. I am so sorry that I can&#8217;t tell the same for the above article.<br />
Here are my criticisms. First of all, Community version will continue, but with some changes. Second, microsecond resolution for slow queries is in 5.1 already and should come out soon.</p>
<p>Regarding SHOW PROFILE, it turns out it has te be implemented as an option, and not as it is implemented now. I do agree partially with what you wrote on the speed with which MySQL accepts patches. But, believe it or not, new procedures are in place and even patches from us, the insiders, are going through a long, elaborate process and quality control testing.</p>
<p>I totally disagree with your comparison of community versus enterprise. Same holds true for comparison between Red Hat and Fedora. Red Hat is dealing mostly with software they don&#8217;t make and don&#8217;t know much about. Enterprise binaries are ones where all bugs are fixed. Enterprise binaries are NOT the ones that get any bleeding edge features. Enterprise binaries contain all fixes for the bugs made up to that moment. That is the main difference. It is actually Community binaries that have few bleeding edge features, not tested thoroughly, like SHOW PROFILE.</p>
<p>I also hope that you agree that there has to be a differentiation. In that way a paying customer gets more then community user. But community still gets a free software, which is also VERY important.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: University Update - Open Source - New MySQL Community Release Policies published</title>
		<link>http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-154920</link>
		<dc:creator>University Update - Open Source - New MySQL Community Release Policies published</dc:creator>
		<pubDate>Thu, 09 Aug 2007 11:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-154920</guid>
		<description>[...]                Contact the Webmaster     Link to Article           open source New MySQL Community Release Policies published &#187;  Posted at MySQL [...]</description>
		<content:encoded><![CDATA[<p>[...]                Contact the Webmaster     Link to Article           open source New MySQL Community Release Policies published &#187;  Posted at MySQL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-154906</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 09 Aug 2007 10:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/08/09/new-mysql-community-release-policies-published/#comment-154906</guid>
		<description>Good post by Jeremy Cole regarding this topic:

http://jcole.us/blog/archives/2007/08/09/mysql-community-split-officially-a-failure/</description>
		<content:encoded><![CDATA[<p>Good post by Jeremy Cole regarding this topic:</p>
<p><a href="http://jcole.us/blog/archives/2007/08/09/mysql-community-split-officially-a-failure/" rel="nofollow">http://jcole.us/blog/archives/2007/08/09/mysql-community-split-officially-a-failure/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
