<?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: MySQL spins and forks</title>
	<atom:link href="http://worldgonemad.com/blogs/pantoniades/2010/03/mysql-spins-and-forks/feed/" rel="self" type="application/rss+xml" />
	<link>http://worldgonemad.com/blogs/pantoniades/2010/03/mysql-spins-and-forks/</link>
	<description>If the world was perfect, it wouldn&#039;t be.      - Yogi Berra</description>
	<lastBuildDate>Wed, 24 Mar 2010 20:37:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jay Pipes</title>
		<link>http://worldgonemad.com/blogs/pantoniades/2010/03/mysql-spins-and-forks/comment-page-1/#comment-38</link>
		<dc:creator>Jay Pipes</dc:creator>
		<pubDate>Wed, 24 Mar 2010 20:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://worldgonemad.com/blogs/?p=20#comment-38</guid>
		<description>Spork? ;)</description>
		<content:encoded><![CDATA[<p>Spork? <img src='http://worldgonemad.com/blogs/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Aker</title>
		<link>http://worldgonemad.com/blogs/pantoniades/2010/03/mysql-spins-and-forks/comment-page-1/#comment-37</link>
		<dc:creator>Brian Aker</dc:creator>
		<pubDate>Tue, 23 Mar 2010 23:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://worldgonemad.com/blogs/?p=20#comment-37</guid>
		<description>Hi!

I keep thinking that eventually the deltas will get tired of porting their changes between versions. We gave up very early on the idea of collecting patches from the MySQL tree. In retrospect? I am very happy we did that. It has allowed for a lot of flow in innovation that would not have happened otherwise.

Cheers,
  -Brian</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I keep thinking that eventually the deltas will get tired of porting their changes between versions. We gave up very early on the idea of collecting patches from the MySQL tree. In retrospect? I am very happy we did that. It has allowed for a lot of flow in innovation that would not have happened otherwise.</p>
<p>Cheers,<br />
  -Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pantoniades</title>
		<link>http://worldgonemad.com/blogs/pantoniades/2010/03/mysql-spins-and-forks/comment-page-1/#comment-36</link>
		<dc:creator>pantoniades</dc:creator>
		<pubDate>Tue, 23 Mar 2010 21:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://worldgonemad.com/blogs/?p=20#comment-36</guid>
		<description>@Henrik I would say in the future you could become a fork, but not retroactively. Forkness is not permenant - egcs is no longer a fork, for example.</description>
		<content:encoded><![CDATA[<p>@Henrik I would say in the future you could become a fork, but not retroactively. Forkness is not permenant &#8211; egcs is no longer a fork, for example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Bouman</title>
		<link>http://worldgonemad.com/blogs/pantoniades/2010/03/mysql-spins-and-forks/comment-page-1/#comment-35</link>
		<dc:creator>Roland Bouman</dc:creator>
		<pubDate>Tue, 23 Mar 2010 20:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://worldgonemad.com/blogs/?p=20#comment-35</guid>
		<description>How about &quot;patched up version&quot;? &quot;Faux-fork&quot;? just offering :)

roland.</description>
		<content:encoded><![CDATA[<p>How about &#8220;patched up version&#8221;? &#8220;Faux-fork&#8221;? just offering <img src='http://worldgonemad.com/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>roland.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Ingo</title>
		<link>http://worldgonemad.com/blogs/pantoniades/2010/03/mysql-spins-and-forks/comment-page-1/#comment-34</link>
		<dc:creator>Henrik Ingo</dc:creator>
		<pubDate>Tue, 23 Mar 2010 19:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://worldgonemad.com/blogs/?p=20#comment-34</guid>
		<description>You are absolutely right that other than Drizzle, the other MySQL incarnations are not &quot;forks&quot;. Otoh ESR is right that the word &quot;fork&quot; is commonly used also for what MariaDB and XtraDB are.

Monty tries to say that MariaDB is a branch of MySQL, since it is not a fork. I haven&#039;t quite got attached to that either, since branch make me think of bzr, git and other distributed scm&#039;s. Good luck proposing &quot;spins&quot;, if it catches on I&#039;ll use it, if not... I guess it is fork?

Btw, one perspective to this is that you cannot observe &quot;history in the making&quot;. So if 5 years from now we still exchange code and remain compatible, then no, it wasn&#039;t a fork. If 5 years from now we are separate codebases, then yes, this was already the fork.

I&#039;m apparently in a philosphical mood. Will go tosleep now.</description>
		<content:encoded><![CDATA[<p>You are absolutely right that other than Drizzle, the other MySQL incarnations are not &#8220;forks&#8221;. Otoh ESR is right that the word &#8220;fork&#8221; is commonly used also for what MariaDB and XtraDB are.</p>
<p>Monty tries to say that MariaDB is a branch of MySQL, since it is not a fork. I haven&#8217;t quite got attached to that either, since branch make me think of bzr, git and other distributed scm&#8217;s. Good luck proposing &#8220;spins&#8221;, if it catches on I&#8217;ll use it, if not&#8230; I guess it is fork?</p>
<p>Btw, one perspective to this is that you cannot observe &#8220;history in the making&#8221;. So if 5 years from now we still exchange code and remain compatible, then no, it wasn&#8217;t a fork. If 5 years from now we are separate codebases, then yes, this was already the fork.</p>
<p>I&#8217;m apparently in a philosphical mood. Will go tosleep now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

