<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Lenz Grimmer's blog - Comments</title>
    <link>http://www.lenzg.net/</link>
    <description>Lenz Grimmer's blog - Random notes about Linux, MySQL and Open Source</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.2 - http://www.s9y.org/</generator>
    <pubDate>Fri, 12 Mar 2010 22:40:36 GMT</pubDate>

    <image>
        <url>http://www.lenzg.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Lenz Grimmer's blog - Comments - Lenz Grimmer's blog - Random notes about Linux, MySQL and Open Source</title>
        <link>http://www.lenzg.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Vladislav Vaintroub: Building MySQL Server with CMake on Linux/Unix</title>
    <link>http://www.lenzg.net/archives/291-Building-MySQL-Server-with-CMake-on-LinuxUnix.html#c518</link>
            <category></category>
    
    <comments>http://www.lenzg.net/archives/291-Building-MySQL-Server-with-CMake-on-LinuxUnix.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=291</wfw:comment>

    

    <author>nospam@example.com (Vladislav Vaintroub)</author>
    <content:encoded>
    Jay, one of the greatest (from my point of view) features in CMake is that it does not divide OSes into good (Posix) and bad (non-Posix). Cmake is knowlegdable about Visual Studio and Xcode, it is aware of Win32 executables or console applications about OSX bundles or frameworks, it understands that not every compiler will export all symbols from shared libraries and so on. 

Given Drizzle project members&#039; background and POSIX-affinity I find it understandable you chose autotools. Nothing wrong with it, if it works for you and other projects, and saves you from having to learn alternatives, it is great. 
    </content:encoded>

    <pubDate>Thu, 04 Mar 2010 13:35:25 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/291-guid.html#c518</guid>
    
</item>
<item>
    <title>Jay Pipes: Building MySQL Server with CMake on Linux/Unix</title>
    <link>http://www.lenzg.net/archives/291-Building-MySQL-Server-with-CMake-on-LinuxUnix.html#c517</link>
            <category></category>
    
    <comments>http://www.lenzg.net/archives/291-Building-MySQL-Server-with-CMake-on-LinuxUnix.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=291</wfw:comment>

    

    <author>nospam@example.com (Jay Pipes)</author>
    <content:encoded>
    Hi Lenz!

&quot;Out-of-source builds – CMake can separate the build directory from the source directory. This is convenient, as your working source tree is not cluttered with object files and other fragments of the build process.&quot;

autotools can do this just fine.  Just cd /build &amp;&amp;amp; ../configure.  (&quot;build&quot; can be any directory of course...)

Drizzle&#039;s pandora build system is built on autotools and has none of the general turdness of MySQL&#039;s autotools hackery and mangling.  It works great for us and a number of other projects (gearman, libmemcached, libdrizzle, etc).  I think the trick is getting someone to spend the time to actually learn autotools properly...

But, these above projects don&#039;t have to deal with Windows, where it seems everything has to be different for the sake of being different &lt;img src=&quot;http://www.lenzg.net/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;

-jay

p.s. sorry for being snarky &lt;img src=&quot;http://www.lenzg.net/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Wed, 03 Mar 2010 23:03:05 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/291-guid.html#c517</guid>
    
</item>
<item>
    <title>LenZ: The Call for Papers for the OpenSQLCamp 2009 is now open!</title>
    <link>http://www.lenzg.net/archives/260-The-Call-for-Papers-for-the-OpenSQLCamp-2009-is-now-open!.html#c516</link>
            <category></category>
    
    <comments>http://www.lenzg.net/archives/260-The-Call-for-Papers-for-the-OpenSQLCamp-2009-is-now-open!.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=260</wfw:comment>

    

    <author>nospam@example.com (LenZ)</author>
    <content:encoded>
    Hi German, thanks for the hint! I will keep it in mind. 
    </content:encoded>

    <pubDate>Wed, 03 Mar 2010 21:55:48 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/260-guid.html#c516</guid>
    
</item>
<item>
    <title>German Viscuso: The Call for Papers for the OpenSQLCamp 2009 is now open!</title>
    <link>http://www.lenzg.net/archives/260-The-Call-for-Papers-for-the-OpenSQLCamp-2009-is-now-open!.html#c515</link>
            <category></category>
    
    <comments>http://www.lenzg.net/archives/260-The-Call-for-Papers-for-the-OpenSQLCamp-2009-is-now-open!.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=260</wfw:comment>

    

    <author>nospam@example.com (German Viscuso)</author>
    <content:encoded>
    Next time don&#039;t forget to include db4o and approach the db4o community!!
developer.db4o.com 
    </content:encoded>

    <pubDate>Wed, 03 Mar 2010 18:47:03 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/260-guid.html#c515</guid>
    
</item>
<item>
    <title>LenZ: More MySQL releases</title>
    <link>http://www.lenzg.net/archives/290-More-MySQL-releases.html#c514</link>
            <category></category>
    
    <comments>http://www.lenzg.net/archives/290-More-MySQL-releases.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=290</wfw:comment>

    

    <author>nospam@example.com (LenZ)</author>
    <content:encoded>
    Thanks Pavel! 
    </content:encoded>

    <pubDate>Tue, 02 Mar 2010 16:40:57 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/290-guid.html#c514</guid>
    
</item>
<item>
    <title>Pavel: More MySQL releases</title>
    <link>http://www.lenzg.net/archives/290-More-MySQL-releases.html#c513</link>
            <category></category>
    
    <comments>http://www.lenzg.net/archives/290-More-MySQL-releases.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=290</wfw:comment>

    

    <author>nospam@example.com (Pavel)</author>
    <content:encoded>
    Congratulations from a random mysql user as well &lt;img src=&quot;http://www.lenzg.net/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Tue, 02 Mar 2010 11:52:55 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/290-guid.html#c513</guid>
    
</item>
<item>
    <title>LenZ: More MySQL releases</title>
    <link>http://www.lenzg.net/archives/290-More-MySQL-releases.html#c512</link>
            <category></category>
    
    <comments>http://www.lenzg.net/archives/290-More-MySQL-releases.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=290</wfw:comment>

    

    <author>nospam@example.com (LenZ)</author>
    <content:encoded>
    Hi Henrik,

thanks a lot, I appreciate it!

LenZ 
    </content:encoded>

    <pubDate>Mon, 01 Mar 2010 22:24:23 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/290-guid.html#c512</guid>
    
</item>
<item>
    <title>Henrik Ingo: More MySQL releases</title>
    <link>http://www.lenzg.net/archives/290-More-MySQL-releases.html#c511</link>
            <category></category>
    
    <comments>http://www.lenzg.net/archives/290-More-MySQL-releases.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=290</wfw:comment>

    

    <author>nospam@example.com (Henrik Ingo)</author>
    <content:encoded>
    &lt;strong&gt;our son Mats was born and I went on a 2.5-week vacation&lt;/strong&gt;

Hi Lenz

Colin was telling me earlier today this might have been the case and let me thus take the opportunity to congratulate you on this event! 
    </content:encoded>

    <pubDate>Mon, 01 Mar 2010 21:03:22 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/290-guid.html#c511</guid>
    
</item>
<item>
    <title>Mark Callaghan: Summary of recent MySQL releases</title>
    <link>http://www.lenzg.net/archives/287-Summary-of-recent-MySQL-releases.html#c501</link>
            <category></category>
    
    <comments>http://www.lenzg.net/archives/287-Summary-of-recent-MySQL-releases.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=287</wfw:comment>

    

    <author>nospam@example.com (Mark Callaghan)</author>
    <content:encoded>
    Alas, the community is never satisfied. Now I am having trouble keeping up with all of the good changes. 
    </content:encoded>

    <pubDate>Sat, 06 Feb 2010 19:17:17 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/287-guid.html#c501</guid>
    
</item>
<item>
    <title>LenZ: Summary of recent MySQL releases</title>
    <link>http://www.lenzg.net/archives/287-Summary-of-recent-MySQL-releases.html#c500</link>
            <category></category>
    
    <comments>http://www.lenzg.net/archives/287-Summary-of-recent-MySQL-releases.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=287</wfw:comment>

    

    <author>nospam@example.com (LenZ)</author>
    <content:encoded>
    Thanks, Jan! Added. 
    </content:encoded>

    <pubDate>Sat, 06 Feb 2010 17:43:08 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/287-guid.html#c500</guid>
    
</item>
<item>
    <title>Jan Kneschke: Summary of recent MySQL releases</title>
    <link>http://www.lenzg.net/archives/287-Summary-of-recent-MySQL-releases.html#c499</link>
            <category></category>
    
    <comments>http://www.lenzg.net/archives/287-Summary-of-recent-MySQL-releases.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=287</wfw:comment>

    

    <author>nospam@example.com (Jan Kneschke)</author>
    <content:encoded>
    ... and MySQL Proxy 0.8.0 &lt;img src=&quot;http://www.lenzg.net/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Fri, 05 Feb 2010 21:38:38 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/287-guid.html#c499</guid>
    
</item>
<item>
    <title>LenZ: Summary of recent MySQL releases</title>
    <link>http://www.lenzg.net/archives/287-Summary-of-recent-MySQL-releases.html#c498</link>
            <category></category>
    
    <comments>http://www.lenzg.net/archives/287-Summary-of-recent-MySQL-releases.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=287</wfw:comment>

    

    <author>nospam@example.com (LenZ)</author>
    <content:encoded>
    Hi Pavel!

Exactly - that&#039;s why I listed in here as well &lt;img src=&quot;http://www.lenzg.net/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Fri, 05 Feb 2010 21:08:11 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/287-guid.html#c498</guid>
    
</item>
<item>
    <title>Pavel: Summary of recent MySQL releases</title>
    <link>http://www.lenzg.net/archives/287-Summary-of-recent-MySQL-releases.html#c497</link>
            <category></category>
    
    <comments>http://www.lenzg.net/archives/287-Summary-of-recent-MySQL-releases.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=287</wfw:comment>

    

    <author>nospam@example.com (Pavel)</author>
    <content:encoded>
    Eerh, MySQL Server is at 5.1.43 ... (sorry for nitpicking) 
    </content:encoded>

    <pubDate>Fri, 05 Feb 2010 19:38:35 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/287-guid.html#c497</guid>
    
</item>
<item>
    <title>LenZ: Summary of recent MySQL releases</title>
    <link>http://www.lenzg.net/archives/287-Summary-of-recent-MySQL-releases.html#c496</link>
            <category></category>
    
    <comments>http://www.lenzg.net/archives/287-Summary-of-recent-MySQL-releases.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=287</wfw:comment>

    

    <author>nospam@example.com (LenZ)</author>
    <content:encoded>
    Hi Jonas, thanks for the hint! I will add them right away. I just looked at the announce@ mailing list archive for these - maybe you should make it a habit to post your release update announcements there, too &lt;img src=&quot;http://www.lenzg.net/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Fri, 05 Feb 2010 19:04:58 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/287-guid.html#c496</guid>
    
</item>
<item>
    <title>Jonas: Summary of recent MySQL releases</title>
    <link>http://www.lenzg.net/archives/287-Summary-of-recent-MySQL-releases.html#c495</link>
            <category></category>
    
    <comments>http://www.lenzg.net/archives/287-Summary-of-recent-MySQL-releases.html#comments</comments>
    <wfw:comment>http://www.lenzg.net/wfwcomment.php?cid=287</wfw:comment>

    

    <author>nospam@example.com (Jonas)</author>
    <content:encoded>
    we released cluster 6.3.31 and 7.0.11 too (both maintenance releases) 
    </content:encoded>

    <pubDate>Fri, 05 Feb 2010 18:59:53 +0100</pubDate>
    <guid isPermaLink="false">http://www.lenzg.net/archives/287-guid.html#c495</guid>
    
</item>

</channel>
</rss>