<?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: Software is Hard Sometimes &#8230;</title>
	<atom:link href="http://blogs.innodb.com/wp/2009/03/software-is-hard-sometimes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.innodb.com/wp/2009/03/software-is-hard-sometimes/</link>
	<description>&#34;The word&#34; about InnoDB Products and Technology</description>
	<lastBuildDate>Thu, 02 Feb 2012 03:26:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stewart Smith</title>
		<link>http://blogs.innodb.com/wp/2009/03/software-is-hard-sometimes/comment-page-1/#comment-49</link>
		<dc:creator>Stewart Smith</dc:creator>
		<pubDate>Thu, 02 Apr 2009 01:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.innodb.com/wp/?p=350#comment-49</guid>
		<description>@Vasil Dimov, sounds reasonable</description>
		<content:encoded><![CDATA[<p>@Vasil Dimov, sounds reasonable</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sime</title>
		<link>http://blogs.innodb.com/wp/2009/03/software-is-hard-sometimes/comment-page-1/#comment-46</link>
		<dc:creator>sime</dc:creator>
		<pubDate>Wed, 01 Apr 2009 11:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.innodb.com/wp/?p=350#comment-46</guid>
		<description>Great post. Good to know that shared code is being reviewed and incorporated.

I thought part of the problem of the Google patches that they were licensed under the GPL.

Luckily for me I know that upstream the code has been incorporated and don&#039;t have to worry about custom patches.</description>
		<content:encoded><![CDATA[<p>Great post. Good to know that shared code is being reviewed and incorporated.</p>
<p>I thought part of the problem of the Google patches that they were licensed under the GPL.</p>
<p>Luckily for me I know that upstream the code has been incorporated and don&#8217;t have to worry about custom patches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasil Dimov</title>
		<link>http://blogs.innodb.com/wp/2009/03/software-is-hard-sometimes/comment-page-1/#comment-45</link>
		<dc:creator>Vasil Dimov</dc:creator>
		<pubDate>Wed, 01 Apr 2009 09:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.innodb.com/wp/?p=350#comment-45</guid>
		<description>Stewart,

yes, we did put the check in ./storage/innobase/plug.in, but to use that, one have to recreate ./configure and we are trying to avoid asking the users to do that.

The procedure for compiling the InnoDB Plugin is:

1. Fetch and unpack the MySQL source
2. Replace ./storage/innobase with the InnoDB Plugin
3. Compile as usual: ./configure &amp;&amp; make

We do not want to insert an additional step between 2. and 3. &quot;run ./BUILD/autorun.sh, you must have installed autoconf/automake for this&quot;

So we have added the &quot;hack&quot; in Makefile.in to follow the common procedure: fetch, extract, ./configure, make and also added the &quot;real&quot; thing in plug.in in case someone recreates ./configure after all.</description>
		<content:encoded><![CDATA[<p>Stewart,</p>
<p>yes, we did put the check in ./storage/innobase/plug.in, but to use that, one have to recreate ./configure and we are trying to avoid asking the users to do that.</p>
<p>The procedure for compiling the InnoDB Plugin is:</p>
<p>1. Fetch and unpack the MySQL source<br />
2. Replace ./storage/innobase with the InnoDB Plugin<br />
3. Compile as usual: ./configure &amp;&amp; make</p>
<p>We do not want to insert an additional step between 2. and 3. &#8220;run ./BUILD/autorun.sh, you must have installed autoconf/automake for this&#8221;</p>
<p>So we have added the &#8220;hack&#8221; in Makefile.in to follow the common procedure: fetch, extract, ./configure, make and also added the &#8220;real&#8221; thing in plug.in in case someone recreates ./configure after all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stewart Smith</title>
		<link>http://blogs.innodb.com/wp/2009/03/software-is-hard-sometimes/comment-page-1/#comment-44</link>
		<dc:creator>Stewart Smith</dc:creator>
		<pubDate>Wed, 01 Apr 2009 04:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.innodb.com/wp/?p=350#comment-44</guid>
		<description>Could you not add the check to plug.in for innodb? that should make it run as part of the configure script - we do that a lot now in Drizzle (e.g. the check for MD5 being in crypto lib is just in the plug.in for the md5 plugin).</description>
		<content:encoded><![CDATA[<p>Could you not add the check to plug.in for innodb? that should make it run as part of the configure script &#8211; we do that a lot now in Drizzle (e.g. the check for MD5 being in crypto lib is just in the plug.in for the md5 plugin).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Jacobs</title>
		<link>http://blogs.innodb.com/wp/2009/03/software-is-hard-sometimes/comment-page-1/#comment-42</link>
		<dc:creator>Ken Jacobs</dc:creator>
		<pubDate>Tue, 31 Mar 2009 20:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.innodb.com/wp/?p=350#comment-42</guid>
		<description>Fixed now ... thanks for pointing it out.

(The problem was the famous cut-and-paste from MS-Word, which uses &quot;smart-quotes&quot;.  Not so smart.)</description>
		<content:encoded><![CDATA[<p>Fixed now &#8230; thanks for pointing it out.</p>
<p>(The problem was the famous cut-and-paste from MS-Word, which uses &#8220;smart-quotes&#8221;.  Not so smart.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter Cruz</title>
		<link>http://blogs.innodb.com/wp/2009/03/software-is-hard-sometimes/comment-page-1/#comment-41</link>
		<dc:creator>Walter Cruz</dc:creator>
		<pubDate>Tue, 31 Mar 2009 20:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.innodb.com/wp/?p=350#comment-41</guid>
		<description>The links on post are broken ;)</description>
		<content:encoded><![CDATA[<p>The links on post are broken <img src='http://blogs.innodb.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

