<?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: What Does GA (General Availability) Mean?</title>
	<atom:link href="http://www.pythian.com/news/1080/what-does-ga-general-availability-mean/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/1080/what-does-ga-general-availability-mean/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: GOVIND GOPAL</title>
		<link>http://www.pythian.com/news/1080/what-does-ga-general-availability-mean/#comment-402615</link>
		<dc:creator>GOVIND GOPAL</dc:creator>
		<pubDate>Thu, 04 Feb 2010 16:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1080/what-does-ga-general-availability-mean#comment-402615</guid>
		<description>THANKS Sheeri Cabral FOR INFO.

GOVIND GOPAL</description>
		<content:encoded><![CDATA[<p>THANKS Sheeri Cabral FOR INFO.</p>
<p>GOVIND GOPAL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjen Lentz</title>
		<link>http://www.pythian.com/news/1080/what-does-ga-general-availability-mean/#comment-220879</link>
		<dc:creator>Arjen Lentz</dc:creator>
		<pubDate>Fri, 20 Jun 2008 01:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1080/what-does-ga-general-availability-mean#comment-220879</guid>
		<description>In a nutshell, it means nothing, to you and me at least. But here&#039;s the story of WHY there&#039;s such a thing.

The &quot;no known bugs&quot; or &quot;no critical bugs&quot; have been tweaked and messed so many times by MySQL that it&#039;s just good for a laugh. Think back to 5.0, which has had some serious messes going on after going GA. And we know the server is always generally available anyway, so....

The term used to be &quot;production&quot;. However, some corporations have an internal policy (based on and geared towards non-OSS sw of course) that states that they are only allowed to deploy software if it&#039;s labeled GA. And thus, MySQL started labelling their production version GA, allowing these organisations to be happy without having to change their policy. That&#039;s all there&#039;s to it.</description>
		<content:encoded><![CDATA[<p>In a nutshell, it means nothing, to you and me at least. But here&#8217;s the story of WHY there&#8217;s such a thing.</p>
<p>The &#8220;no known bugs&#8221; or &#8220;no critical bugs&#8221; have been tweaked and messed so many times by MySQL that it&#8217;s just good for a laugh. Think back to 5.0, which has had some serious messes going on after going GA. And we know the server is always generally available anyway, so&#8230;.</p>
<p>The term used to be &#8220;production&#8221;. However, some corporations have an internal policy (based on and geared towards non-OSS sw of course) that states that they are only allowed to deploy software if it&#8217;s labeled GA. And thus, MySQL started labelling their production version GA, allowing these organisations to be happy without having to change their policy. That&#8217;s all there&#8217;s to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Swanhart</title>
		<link>http://www.pythian.com/news/1080/what-does-ga-general-availability-mean/#comment-220793</link>
		<dc:creator>Justin Swanhart</dc:creator>
		<pubDate>Thu, 19 Jun 2008 21:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1080/what-does-ga-general-availability-mean#comment-220793</guid>
		<description>GA is kind of a funny term for open source stuff.  Many product distribution models release &#039;preview&#039;, &#039;beta&#039; or &#039;early adopter&#039; releases only to a select number of customers, not making the product available to the general sales channel.  Once the product is ready to go out the door for use by many customers, it becomes &quot;generally available&quot; to the whole sales channel.</description>
		<content:encoded><![CDATA[<p>GA is kind of a funny term for open source stuff.  Many product distribution models release &#8216;preview&#8217;, &#8216;beta&#8217; or &#8216;early adopter&#8217; releases only to a select number of customers, not making the product available to the general sales channel.  Once the product is ready to go out the door for use by many customers, it becomes &#8220;generally available&#8221; to the whole sales channel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheeri Cabral</title>
		<link>http://www.pythian.com/news/1080/what-does-ga-general-availability-mean/#comment-220765</link>
		<dc:creator>Sheeri Cabral</dc:creator>
		<pubDate>Thu, 19 Jun 2008 20:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1080/what-does-ga-general-availability-mean#comment-220765</guid>
		<description>Keith -- great question!

The definition is actually at &lt;a HREF=&quot;http://www.mysql.com/about/legal/supportpolicies/policies-09.html&quot; rel=&quot;nofollow&quot;&gt;http://www.mysql.com/about/legal/supportpolicies/policies-09.html&lt;/A&gt;

It states:

&lt;I&gt;Release Candidate (aka Gamma) release
    Release Candidate binaries, also known as Gamma releases, are believed stable, having passed all of MySQL&#039;s internal testing, and with all known fatal runtime bugs fixed. However this release has not been in widespread use long enough to know for sure that all bugs have been identified.

Generally Available (aka Production) release
    Generally Available (GA), also know as Production releases, are stable, having successfully passed through all earlier release stages and believed to be reliable, free of serious bugs, and suitable for use in production systems
&lt;/I&gt;

I basically felt like MySQL 5.1&#039;s RC status was odd, because I feel it is ready for production usage.  And indeed, basically GA is &quot;RC and enough people have used it&quot;.  

So there&#039;s kind of a catch-22 -- people won&#039;t use the release until it&#039;s GA, but the release won&#039;t be GA until people use it.

&lt;a HREF=&quot;http://bugs.mysql.com/search.php?search_for=&amp;status=Active&amp;severity=2&amp;limit=All&amp;order_by=&amp;cmd=display&amp;direction=ASC&amp;bug_type=Server&amp;os=0&amp;phpver=5.1&amp;bug_age=0&quot; rel=&quot;nofollow&quot;&gt;There are still 11 bugs labeled &quot;Critical&quot; and &quot;Serious&quot; in 5.1&lt;/A&gt;

So I guess it&#039;s not really ready....but I&#039;d say that if those 11 bugs do not apply to an environment (or if you can live with them) then that environment is ready for MySQL 5.1.

Just my 2 cents.</description>
		<content:encoded><![CDATA[<p>Keith &#8212; great question!</p>
<p>The definition is actually at <a HREF="http://www.mysql.com/about/legal/supportpolicies/policies-09.html" rel="nofollow">http://www.mysql.com/about/legal/supportpolicies/policies-09.html</a></p>
<p>It states:</p>
<p><i>Release Candidate (aka Gamma) release<br />
    Release Candidate binaries, also known as Gamma releases, are believed stable, having passed all of MySQL&#8217;s internal testing, and with all known fatal runtime bugs fixed. However this release has not been in widespread use long enough to know for sure that all bugs have been identified.</p>
<p>Generally Available (aka Production) release<br />
    Generally Available (GA), also know as Production releases, are stable, having successfully passed through all earlier release stages and believed to be reliable, free of serious bugs, and suitable for use in production systems<br />
</i></p>
<p>I basically felt like MySQL 5.1&#8242;s RC status was odd, because I feel it is ready for production usage.  And indeed, basically GA is &#8220;RC and enough people have used it&#8221;.  </p>
<p>So there&#8217;s kind of a catch-22 &#8212; people won&#8217;t use the release until it&#8217;s GA, but the release won&#8217;t be GA until people use it.</p>
<p><a HREF="http://bugs.mysql.com/search.php?search_for=&#038;status=Active&#038;severity=2&#038;limit=All&#038;order_by=&#038;cmd=display&#038;direction=ASC&#038;bug_type=Server&#038;os=0&#038;phpver=5.1&#038;bug_age=0" rel="nofollow">There are still 11 bugs labeled &#8220;Critical&#8221; and &#8220;Serious&#8221; in 5.1</a></p>
<p>So I guess it&#8217;s not really ready&#8230;.but I&#8217;d say that if those 11 bugs do not apply to an environment (or if you can live with them) then that environment is ready for MySQL 5.1.</p>
<p>Just my 2 cents.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

