<?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>Norbert Tretkowski</title>
    <link>http://tretkowski.de/blog/</link>
    <description>Debian Developer and Database Geek</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:norbert@tretkowski.de" />
    <generator>Serendipity 1.5.5 - http://www.s9y.org/</generator>
    <managingEditor>norbert@tretkowski.de</managingEditor>
<webMaster>norbert@tretkowski.de</webMaster>
<pubDate>Sun, 08 Apr 2012 07:25:08 GMT</pubDate>

    <image>
        <url>/images/nobse.png</url>
        <title>RSS: Norbert Tretkowski - Debian Developer and Database Geek</title>
        <link>http://tretkowski.de/blog/</link>
        <width>140</width>
        <height>185</height>
    </image>

<item>
    <title>How Linux is Built</title>
    <link>http://tretkowski.de/blog/archives/29-How-Linux-is-Built.html</link>
            <category>Linux</category>
    
    <comments>http://tretkowski.de/blog/archives/29-How-Linux-is-Built.html#comments</comments>
    <wfw:comment>http://tretkowski.de/blog/wfwcomment.php?cid=29</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://tretkowski.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=29</wfw:commentRss>
    

    <author>norbert@tretkowski.de (Norbert Tretkowski)</author>
    <content:encoded>
    &lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/yVpbFMhOAwE&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;  
    </content:encoded>

    <pubDate>Sun, 08 Apr 2012 09:20:40 +0200</pubDate>
    <guid isPermaLink="false">http://tretkowski.de/blog/archives/29-guid.html</guid>
    
</item>
<item>
    <title>Vote on Planet MySQL for Serendipity</title>
    <link>http://tretkowski.de/blog/archives/26-Vote-on-Planet-MySQL-for-Serendipity.html</link>
            <category>MySQL</category>
    
    <comments>http://tretkowski.de/blog/archives/26-Vote-on-Planet-MySQL-for-Serendipity.html#comments</comments>
    <wfw:comment>http://tretkowski.de/blog/wfwcomment.php?cid=26</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://tretkowski.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=26</wfw:commentRss>
    

    <author>norbert@tretkowski.de (Norbert Tretkowski)</author>
    <content:encoded>
    Since I found no &lt;a href=&quot;http://www.s9y.org/&quot;&gt;Serendipity&lt;/a&gt; plugin for the vote feature on &lt;a href=&quot;http://planet.mysql.com/&quot;&gt;Planet MySQL&lt;/a&gt;, I took Diego Medina&#039;s &lt;a href=&quot;http://fmpwizard.blogspot.com/2009/08/vote-for-me-widget-for-your-blog.html&quot;&gt;JavaScript code&lt;/a&gt; and added it to the Serendipity default template. &lt;a href=&quot;/patches/s9y_planet_mysql_vote.diff&quot;&gt;Here&lt;/a&gt; is the patch against Serendipity 1.5.5, which should be easy to adjust for other templates as well. Maybe I will find time to implement it as a regular Serendipity plugin sometime in the future...&lt;br /&gt;
&lt;br /&gt;
The vote buttons are getting displayed only when viewing a single blog entry, not in the RSS feed and not in the article overview, and only if the entry is in the MySQL category. Your blog has to be on Planet MySQL already, and your readers need to have an account on the &lt;a href=&quot;http://www.mysql.com/&quot;&gt;MySQL&lt;/a&gt; website to vote.  
    </content:encoded>

    <pubDate>Thu, 17 Feb 2011 22:11:00 +0100</pubDate>
    <guid isPermaLink="false">http://tretkowski.de/blog/archives/26-guid.html</guid>
    
</item>
<item>
    <title>MySQL source tree available in Debian as binary package</title>
    <link>http://tretkowski.de/blog/archives/25-MySQL-source-tree-available-in-Debian-as-binary-package.html</link>
            <category>Debian</category>
            <category>MySQL</category>
    
    <comments>http://tretkowski.de/blog/archives/25-MySQL-source-tree-available-in-Debian-as-binary-package.html#comments</comments>
    <wfw:comment>http://tretkowski.de/blog/wfwcomment.php?cid=25</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://tretkowski.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=25</wfw:commentRss>
    

    <author>norbert@tretkowski.de (Norbert Tretkowski)</author>
    <content:encoded>
    &lt;a href=&quot;http://dev.mysql.com/&quot;&gt;MySQL&lt;/a&gt; supports a &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.1/en/plugin-api.html&quot;&gt;plugin interface&lt;/a&gt; since 5.1, which enables creation of server components. Plugins can be loaded at server startup, or loaded and unloaded at runtime without restarting the server. Most of these plugins require the full MySQL source tree during their build, which was not available in Debian as a binary package until I uploaded 5.1.54-2 to unstable last week. I had this item on my TODO list since MySQL 5.1 was uploaded to Debian unstable, because it is not possible for a Debian source package to build-depend on another source package. Thankfully, Clint Byrum from &lt;a href=&quot;http://ubuntu.com/&quot;&gt;Ubuntu&lt;/a&gt; sent me a small patch which added the new binary package.&lt;br /&gt;
&lt;br /&gt;
The first package making use of the new &lt;a href=&quot;http://packages.debian.org/search?keywords=mysql-source-5.1&quot;&gt;mysql-source-5.1&lt;/a&gt; package is &lt;a href=&quot;https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL&quot;&gt;HandlerSocket&lt;/a&gt;, a NoSQL plugin for MySQL. It is currently waiting in Debian&#039;s &lt;a href=&quot;http://ftp-master.debian.org/new.html&quot;&gt;NEW queue&lt;/a&gt; for approval, and I am sure we will see more plugins/packages (&lt;a href=&quot;http://www.percona.com/docs/wiki/percona-xtrabackup:start&quot;&gt;XtraBackup&lt;/a&gt; from &lt;a href=&quot;http://percona.com/&quot;&gt;Percona&lt;/a&gt; is another well known candidate) making use of the new binary package in Debian soon.  
    </content:encoded>

    <pubDate>Sun, 13 Feb 2011 12:25:00 +0100</pubDate>
    <guid isPermaLink="false">http://tretkowski.de/blog/archives/25-guid.html</guid>
    
</item>
<item>
    <title>MySQL 5.5 and Debian</title>
    <link>http://tretkowski.de/blog/archives/22-MySQL-5.5-and-Debian.html</link>
            <category>Debian</category>
            <category>MySQL</category>
    
    <comments>http://tretkowski.de/blog/archives/22-MySQL-5.5-and-Debian.html#comments</comments>
    <wfw:comment>http://tretkowski.de/blog/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://tretkowski.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>norbert@tretkowski.de (Norbert Tretkowski)</author>
    <content:encoded>
    Since &lt;a href=&quot;http://dev.mysql.com/&quot;&gt;MySQL&lt;/a&gt; 5.5 was declared stable in December last year, I regulary receive e-mails from people asking when it will get uploaded to &lt;a href=&quot;http://debian.org/&quot;&gt;Debian&lt;/a&gt;. The good thing is that the initial conversion from automake to cmake has already been done by Clint Byrum from &lt;a href=&quot;http://ubuntu.com/&quot;&gt;Ubuntu&lt;/a&gt;, and we are going to use his work as a basis for our packages. The not so good thing is &lt;a href=&quot;http://bugs.mysql.com/bug.php?id=59078&quot;&gt;bug #59078&lt;/a&gt;, an issue in libmysqlclient which breaks ABI compatibility. According to Lenz Grimmer from Oracle the MySQL upstream developers are already looking at it.&lt;br /&gt;
&lt;br /&gt;
I am still not sure if it is a good idea to upload MySQL 5.5 in the current state to experimental, but I am definitely not going to upload it to unstable until this issue is fixed.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update&lt;/b&gt;: I just had a conversation with Matthew Montgomery from Oracle, who told me that the SONAME of libmysqlclient will get bumped in 5.5.10, which is going to fix the problem.  
    </content:encoded>

    <pubDate>Sat, 12 Feb 2011 17:15:00 +0100</pubDate>
    <guid isPermaLink="false">http://tretkowski.de/blog/archives/22-guid.html</guid>
    
</item>
<item>
    <title>Backports service becoming official</title>
    <link>http://tretkowski.de/blog/archives/1-Backports-service-becoming-official.html</link>
            <category>Backports</category>
    
    <comments>http://tretkowski.de/blog/archives/1-Backports-service-becoming-official.html#comments</comments>
    <wfw:comment>http://tretkowski.de/blog/wfwcomment.php?cid=1</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://tretkowski.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    

    <author>norbert@tretkowski.de (Norbert Tretkowski)</author>
    <content:encoded>
    More than seven years after I initially started the &lt;a href=&quot;http://backports.org/&quot;&gt;backports.org&lt;/a&gt; project together with &lt;a href=&quot;http://teamix.net/&quot;&gt;Team(ix)&lt;/a&gt;, my employer at that time, it finally happened: backports.org became official last weekend, and moved to &lt;a href=&quot;http://backports.debian.org/&quot;&gt;backports.debian.org&lt;/a&gt;! Alexander Wirt wrote a &lt;a href=&quot;http://blog.snow-crash.org/2010/09/backportsorg-moved-to-backportsdebianorg.html&quot;&gt;blog entry&lt;/a&gt; including some technical details, and there is also an &lt;a href=&quot;http://lists.debian.org/debian-announce/2010/msg00012.html&quot;&gt;official announcement&lt;/a&gt; on the debian-announce mailinglist. The most important point from a users perspective is to update your sources.list entry to:&lt;blockquote&gt;&lt;code&gt;deb http://backports.debian.org/debian-backports/ lenny-backports main contrib non-free&lt;/code&gt;&lt;/blockquote&gt;Thanks a lot to all people who made it happen, especially Alexander Wirt and Jörg Jaspert!  
    </content:encoded>

    <pubDate>Mon, 06 Sep 2010 21:05:00 +0200</pubDate>
    <guid isPermaLink="false">http://tretkowski.de/blog/archives/1-guid.html</guid>
    
</item>
<item>
    <title>DRBD source dropped from Debian unstable</title>
    <link>http://tretkowski.de/blog/archives/21-DRBD-source-dropped-from-Debian-unstable.html</link>
            <category>Debian</category>
            <category>High Availability</category>
    
    <comments>http://tretkowski.de/blog/archives/21-DRBD-source-dropped-from-Debian-unstable.html#comments</comments>
    <wfw:comment>http://tretkowski.de/blog/wfwcomment.php?cid=21</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://tretkowski.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=21</wfw:commentRss>
    

    <author>norbert@tretkowski.de (Norbert Tretkowski)</author>
    <content:encoded>
    OK, not really... &lt;a href=&quot;http://drbd.org/&quot;&gt;DRBD&lt;/a&gt; 8.3.7 is an official part of the Linux kernel since 2.6.33, and thanks to Dann Frazier we also have a backport of that patch in &lt;a href=&quot;http://debian.org/&quot;&gt;Debian&lt;/a&gt;&#039;s 2.6.32 kernel as well.&lt;br /&gt;
&lt;br /&gt;
Until yesterday, the &lt;a href=&quot;http://packages.qa.debian.org/d/drbd8.html&quot;&gt;DRBD source package&lt;/a&gt; in Debian built a -utils and a -source package, the latter was now dropped. From now on, users no longer need to recompile the DRBD module after a kernel upgrade.  
    </content:encoded>

    <pubDate>Thu, 10 Jun 2010 21:05:00 +0200</pubDate>
    <guid isPermaLink="false">http://tretkowski.de/blog/archives/21-guid.html</guid>
    
</item>
<item>
    <title>MySQL distro meeting in Brussels</title>
    <link>http://tretkowski.de/blog/archives/2-MySQL-distro-meeting-in-Brussels.html</link>
            <category>Debian</category>
            <category>MySQL</category>
    
    <comments>http://tretkowski.de/blog/archives/2-MySQL-distro-meeting-in-Brussels.html#comments</comments>
    <wfw:comment>http://tretkowski.de/blog/wfwcomment.php?cid=2</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://tretkowski.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    

    <author>norbert@tretkowski.de (Norbert Tretkowski)</author>
    <content:encoded>
    Last month I spent two days in Belgium, after I got invited to the MySQL distro meeting. It was a non-public meeting with some people from &lt;a href=&quot;http://sun.com/&quot;&gt;Sun Microsystems&lt;/a&gt; and MySQL maintainers from different Linux distributions. It took place directly after &lt;a href=&quot;http://fosdem.org/&quot;&gt;FOSDEM&lt;/a&gt; (which I unfortunately could not attend due to personal reasons) at the Sun Microsystems Belgium office in Brussels. It was great to meet with Mathias Gug from the &lt;a href=&quot;http://ubuntu.com/&quot;&gt;Ubuntu&lt;/a&gt; Server team in person. He had some really good ideas on how we could reduce the differences between MySQL in &lt;a href=&quot;http://debian.org/&quot;&gt;Debian&lt;/a&gt; and Ubuntu in the future. As a consequence, Debian will soon switch from &lt;a href=&quot;http://subversion.tigris.org/&quot;&gt;Subversion&lt;/a&gt; to &lt;a href=&quot;http://bazaar.canonical.com/&quot;&gt;Bazaar&lt;/a&gt; for maintenance of most MySQL packages.&lt;br /&gt;
&lt;br /&gt;
However, we were not only talking about the MySQL Server itself, but also about MySQL Cluster, MySQL Proxy, the MySQL Connectors and the MySQL GUI Tools. &lt;a href=&quot;http://datacharmer.blogspot.com/&quot;&gt;Giuseppe Maxia&lt;/a&gt; has a more detailed &lt;a href=&quot;http://datacharmer.blogspot.com/2010/02/linux-mysql-distros-meeting-in-brussels.html&quot;&gt;blog entry&lt;/a&gt; about the event, including the whole list of participants and some pictures. I fully agree with him: The meeting was a success, we also had a lot of fun, and we should do that more often!&lt;br /&gt;
&lt;br /&gt;
Thanks a lot to Sun Microsystems for sponsoring, and of course to &lt;a href=&quot;http://lenzg.net/&quot;&gt;Lenz Grimmer&lt;/a&gt; for organizing the event.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update&lt;/b&gt;: Forgot to link to the &lt;a href=&quot;http://tretkowski.de/slides/MySQL_in_Debian.pdf&quot;&gt;slides&lt;/a&gt; of the talk about MySQL in Debian that I have given at the event.   
    </content:encoded>

    <pubDate>Thu, 25 Mar 2010 18:45:00 +0100</pubDate>
    <guid isPermaLink="false">http://tretkowski.de/blog/archives/2-guid.html</guid>
    
</item>
<item>
    <title>MySQL currently not available in Debian testing</title>
    <link>http://tretkowski.de/blog/archives/19-MySQL-currently-not-available-in-Debian-testing.html</link>
            <category>Debian</category>
            <category>MySQL</category>
    
    <comments>http://tretkowski.de/blog/archives/19-MySQL-currently-not-available-in-Debian-testing.html#comments</comments>
    <wfw:comment>http://tretkowski.de/blog/wfwcomment.php?cid=19</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://tretkowski.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=19</wfw:commentRss>
    

    <author>norbert@tretkowski.de (Norbert Tretkowski)</author>
    <content:encoded>
    Due to a bug in britney, the Debian testing migration tool, MySQL is currently not available in testing. The issue is known and being worked on already, and it is &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559346&quot;&gt;documented&lt;/a&gt; in the Debian bug tracking system.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update&lt;/b&gt;: Meanwhile the issue was fixed, MySQL is available in testing again.  
    </content:encoded>

    <pubDate>Thu, 03 Dec 2009 18:25:00 +0100</pubDate>
    <guid isPermaLink="false">http://tretkowski.de/blog/archives/19-guid.html</guid>
    
</item>
<item>
    <title>Semi-official backports of the Debian MySQL packages</title>
    <link>http://tretkowski.de/blog/archives/18-Semi-official-backports-of-the-Debian-MySQL-packages.html</link>
            <category>Debian</category>
            <category>MySQL</category>
    
    <comments>http://tretkowski.de/blog/archives/18-Semi-official-backports-of-the-Debian-MySQL-packages.html#comments</comments>
    <wfw:comment>http://tretkowski.de/blog/wfwcomment.php?cid=18</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://tretkowski.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=18</wfw:commentRss>
    

    <author>norbert@tretkowski.de (Norbert Tretkowski)</author>
    <content:encoded>
    MySQL 5.1 &lt;a href=&quot;http://tretkowski.de/blog/archives/429-MySQL-5.1-moved-to-Debian-unstable.html&quot;&gt;was uploaded&lt;/a&gt; to Debian unstable, and until we get it into testing, I am providing semi-official up-to-date backports of MySQL 5.1.36 and 5.0.84 for i386 and amd64 in my &lt;a href=&quot;http://people.debian.org/~nobse/&quot;&gt;home directory&lt;/a&gt; on people.debian.org. I am providing MySQL 5.0.84 for Debian 4.0 and 5.0, and MySQL 5.1.36 for Debian 5.0. If you need MySQL 5.1.36 for Debian 4.0 as well, please let me know.&lt;br /&gt;
&lt;br /&gt;
MySQL 5.0.84 for Debian 4.0:&lt;blockquote&gt;&lt;code&gt;deb http://people.debian.org/~nobse/mysql-dfsg-5.0/ etch-backports main&lt;br /&gt;
&lt;/code&gt;&lt;/blockquote&gt;MySQL 5.0.84 for Debian 5.0:&lt;blockquote&gt;&lt;code&gt;deb http://people.debian.org/~nobse/mysql-dfsg-5.0/ lenny-backports main&lt;/code&gt;&lt;/blockquote&gt;MySQL 5.1.36 for Debian 5.0:&lt;blockquote&gt;&lt;code&gt;deb http://people.debian.org/~nobse/mysql-dfsg-5.1/ lenny-backports main&lt;/code&gt;&lt;/blockquote&gt;When MySQL 5.1.36 (or newer) made it into testing, I am going to move the MySQL 5.1 backport to backports.org, where it belongs. MySQL 5.0 will then completely disappear from the development branches of Debian.&lt;br /&gt;
&lt;br /&gt;
Beware that the MySQL 5.1 packages do not include &lt;a href=&quot;http://dev.mysql.com/downloads/cluster/&quot;&gt;MySQL Cluster&lt;/a&gt; support, it &lt;a href=&quot;http://tretkowski.de/blog/archives/9-Dropping-MySQL-Cluster-support-from-Debian-for-a-while.html&quot;&gt;was dropped&lt;/a&gt; from MySQL 5.1 a while ago, and is now available as a separate product. Unfortunately MySQL Cluster is not yet available in Debian, packaging it is one of the big items on my TODO list.  
    </content:encoded>

    <pubDate>Tue, 28 Jul 2009 18:45:00 +0200</pubDate>
    <guid isPermaLink="false">http://tretkowski.de/blog/archives/18-guid.html</guid>
    
</item>
<item>
    <title>MySQL 5.1 moved to Debian unstable</title>
    <link>http://tretkowski.de/blog/archives/17-MySQL-5.1-moved-to-Debian-unstable.html</link>
            <category>Debian</category>
            <category>MySQL</category>
    
    <comments>http://tretkowski.de/blog/archives/17-MySQL-5.1-moved-to-Debian-unstable.html#comments</comments>
    <wfw:comment>http://tretkowski.de/blog/wfwcomment.php?cid=17</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://tretkowski.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    

    <author>norbert@tretkowski.de (Norbert Tretkowski)</author>
    <content:encoded>
    Thanks to Christian Hammers, we finally have MySQL 5.1 in Debian unstable, which completely replaces MySQL 5.0. Please update all build-dependencies from libmysqlclient15-dev to libmysqlclient-dev and upload a rebuild version of your package.&lt;br /&gt;
&lt;br /&gt;
As a positive side-effect, we no longer care about MySQL bug &lt;a href=&quot;http://bugs.mysql.com/bug.php?id=41728&quot;&gt;#41728&lt;/a&gt;, which was the reason why no newer version of MySQL 5.0 made it into testing since lenny got released.   
    </content:encoded>

    <pubDate>Sun, 26 Jul 2009 16:11:00 +0200</pubDate>
    <guid isPermaLink="false">http://tretkowski.de/blog/archives/17-guid.html</guid>
    
</item>
<item>
    <title>New OpenPGP key</title>
    <link>http://tretkowski.de/blog/archives/3-New-OpenPGP-key.html</link>
            <category>Personal</category>
    
    <comments>http://tretkowski.de/blog/archives/3-New-OpenPGP-key.html#comments</comments>
    <wfw:comment>http://tretkowski.de/blog/wfwcomment.php?cid=3</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://tretkowski.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    

    <author>norbert@tretkowski.de (Norbert Tretkowski)</author>
    <content:encoded>
    Because of the latest theoretical attack against the SHA-1 digest algorithm (&lt;a href=&quot;http://csrc.nist.gov/groups/ST/hash/statement.html&quot;&gt;details&lt;/a&gt;), I created a new OpenPGP key:&lt;br /&gt;
&lt;blockquote&gt;&lt;code&gt;pub&amp;#160;&amp;#160;&amp;#160;4096R/2789887A 2009-05-11&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;Key fingerprint = 6454 DC58 6A34 9B42 719A 1E3A 2F66 E80F 2789 887A&lt;br /&gt;
    uid&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;Norbert Tretkowski &amp;lt;norbert@tretkowski.de&amp;gt;&lt;br /&gt;
    uid&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;Norbert Tretkowski &amp;lt;nobse@debian.org&amp;gt;&lt;br /&gt;
sub&amp;#160;&amp;#160;&amp;#160;4096R/54CE9E32 2009-05-11&lt;/code&gt;&lt;/blockquote&gt;It is signed with my old key 0x0F7A8D01, uploaded to keyservers, and will replace my old key soon.   
    </content:encoded>

    <pubDate>Mon, 11 May 2009 08:25:00 +0200</pubDate>
    <guid isPermaLink="false">http://tretkowski.de/blog/archives/3-guid.html</guid>
    
</item>
<item>
    <title>First backports for lenny available</title>
    <link>http://tretkowski.de/blog/archives/4-First-backports-for-lenny-available.html</link>
            <category>Backports</category>
    
    <comments>http://tretkowski.de/blog/archives/4-First-backports-for-lenny-available.html#comments</comments>
    <wfw:comment>http://tretkowski.de/blog/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://tretkowski.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>norbert@tretkowski.de (Norbert Tretkowski)</author>
    <content:encoded>
    Alexander Wirt just wrote a &lt;a href=&quot;http://lists.backports.org/lurker-bpo/message/20090220.215045.8a623425.en.html&quot;&gt;mail&lt;/a&gt; to our mailinglist to announce that lenny-backports suite is ready for uploads. We will of course continue supporting etch-backports with security updates as long as etch will be supported by the Debian security team.&lt;br /&gt;
&lt;br /&gt;
Happy backporting!  
    </content:encoded>

    <pubDate>Sat, 21 Feb 2009 18:22:00 +0100</pubDate>
    <guid isPermaLink="false">http://tretkowski.de/blog/archives/4-guid.html</guid>
    
</item>
<item>
    <title>Help with Debian MySQL packages required</title>
    <link>http://tretkowski.de/blog/archives/5-Help-with-Debian-MySQL-packages-required.html</link>
            <category>Debian</category>
            <category>MySQL</category>
    
    <comments>http://tretkowski.de/blog/archives/5-Help-with-Debian-MySQL-packages-required.html#comments</comments>
    <wfw:comment>http://tretkowski.de/blog/wfwcomment.php?cid=5</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://tretkowski.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    

    <author>norbert@tretkowski.de (Norbert Tretkowski)</author>
    <content:encoded>
    During the last few months I was the only person working on the MySQL packages in Debian, and I could really need some help. Currently there is MySQL 5.0.32 in etch, 5.0.51a in lenny, 5.0.75 in unstable and 5.1.31 in experimental, and I am also trying to get MySQL Cluster and MySQL Workbench into Debian. All in all it is way too much work for only one developer.&lt;br /&gt;
&lt;br /&gt;
If you are an interested Debian developer/maintainer with a good knowledge in MySQL and shared library packaging, drop me a mail.  
    </content:encoded>

    <pubDate>Sun, 15 Feb 2009 19:25:00 +0100</pubDate>
    <guid isPermaLink="false">http://tretkowski.de/blog/archives/5-guid.html</guid>
    
</item>
<item>
    <title>MySQL Workbench for Debian</title>
    <link>http://tretkowski.de/blog/archives/6-MySQL-Workbench-for-Debian.html</link>
            <category>Debian</category>
            <category>MySQL</category>
    
    <comments>http://tretkowski.de/blog/archives/6-MySQL-Workbench-for-Debian.html#comments</comments>
    <wfw:comment>http://tretkowski.de/blog/wfwcomment.php?cid=6</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://tretkowski.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    

    <author>norbert@tretkowski.de (Norbert Tretkowski)</author>
    <content:encoded>
    Based on the official Ubuntu 8.04 package from Sun (thanks to Alfredo Kojima) I prepared a package of MySQL Workbench 5.1.7 for Debian. I am going to upload it to experimental soon, in the meanwhile it is available (amd64 only) from here:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://people.debian.org/~nobse/mysql-workbench/&quot;&gt;http://people.debian.org/~nobse/mysql-workbench/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Feedback appreciated!  
    </content:encoded>

    <pubDate>Thu, 12 Feb 2009 11:56:00 +0100</pubDate>
    <guid isPermaLink="false">http://tretkowski.de/blog/archives/6-guid.html</guid>
    
</item>
<item>
    <title>OurDelta</title>
    <link>http://tretkowski.de/blog/archives/7-OurDelta.html</link>
            <category>Debian</category>
            <category>MySQL</category>
    
    <comments>http://tretkowski.de/blog/archives/7-OurDelta.html#comments</comments>
    <wfw:comment>http://tretkowski.de/blog/wfwcomment.php?cid=7</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://tretkowski.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    

    <author>norbert@tretkowski.de (Norbert Tretkowski)</author>
    <content:encoded>
    The MySQL packages in Debian still do not (and will never) include inofficial feature patches (beside the redirect output of error.log to syslog in MySQL 5.0, which is now part of the official MySQL 5.1 releases) like the ones from &lt;a href=&quot;http://percona.com/&quot;&gt;Percona&lt;/a&gt; or &lt;a href=&quot;http://code.google.com/p/google-mysql-tools/&quot;&gt;Google&lt;/a&gt;. Of course we add important bugfixes from newer (not yet released) versions of MySQL, but no feature patches.&lt;br /&gt;
&lt;br /&gt;
If you are interested in a patched version of the Debian MySQL packages, take a look at &lt;a href=&quot;http://ourdelta.org/&quot;&gt;OurDelta&lt;/a&gt;, their builds include patches (&lt;a href=&quot;http://ourdelta.org/patches/&quot;&gt;complete list&lt;/a&gt;) like mirrored binlog and InnoDB freeze. Upgrading from the official Debian packages of MySQL to the builds from OurDelta should work without problems, but please use Launchpad when reporting bugs against their packages, and not the Debian Bug Tracking System.   
    </content:encoded>

    <pubDate>Thu, 25 Dec 2008 10:35:00 +0100</pubDate>
    <guid isPermaLink="false">http://tretkowski.de/blog/archives/7-guid.html</guid>
    
</item>

</channel>
</rss>
