<?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>MySQL-dump - Features</title>
    <link>http://mysqldump.azundris.com/</link>
    <description>my life with MySQL</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:mysqldump@mysqldump.azundris.com" />
    <generator>Serendipity 1.2-beta2 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://mysqldump.azundris.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: MySQL-dump - Features - my life with MySQL</title>
        <link>http://mysqldump.azundris.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>INFORMATION_SCHEMA.PROCESSLIST</title>
    <link>http://mysqldump.azundris.com/archives/39-INFORMATION_SCHEMA.PROCESSLIST.html</link>
            <category>Features</category>
    
    <comments>http://mysqldump.azundris.com/archives/39-INFORMATION_SCHEMA.PROCESSLIST.html#comments</comments>
    <wfw:comment>http://mysqldump.azundris.com/wfwcomment.php?cid=39</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://mysqldump.azundris.com/rss.php?version=2.0&amp;type=comments&amp;cid=39</wfw:commentRss>
    

    <author>kris@koehntopp.de (Kristian Köhntopp)</author>
    <content:encoded>
    I requested this urgently for 5.1 and &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=318&amp;amp;entry_id=39&quot; title=&quot;http://krow.livejournal.com/410764.html&quot;  onmouseover=&quot;window.status=&#039;http://krow.livejournal.com/410764.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Brian made it  happen&lt;/a&gt;: An information_schema table called processlist. This is the table version of the &quot;SHOW FULL PROCESSLIST&quot; output, and it is very cool. Using this table, you can create SQL to dig the processlist, and write stored procedures that spot, log and handle long running queries.&lt;br /&gt;
&lt;br /&gt;
Even better: With the new log formats in 5.1, you can access the logs as CSV engine based SQL tables as well, and join the processlist table against the general query log or other logs. This allows you plenty of easy session tracing and easy profiling.&lt;br /&gt;
&lt;br /&gt;
Even better: With the processlist table and 5.1 new feature &quot;events&quot; you can create new threads, monitor their execution, and in case of problems forcibly terminate them using other events or procedures. Or you can write a stored procedure using DROP USER to delete a user, and KILL this users connections afterwards to make sure that guy has been kicked.&lt;br /&gt;
&lt;br /&gt;
The possibilities are endless. 
    </content:encoded>

    <pubDate>Wed, 15 Mar 2006 15:40:01 +0100</pubDate>
    <guid isPermaLink="false">http://mysqldump.azundris.com/archives/39-guid.html</guid>
    
</item>
<item>
    <title>A day in the docs</title>
    <link>http://mysqldump.azundris.com/archives/14-A-day-in-the-docs.html</link>
            <category>Features</category>
            <category>SQL</category>
    
    <comments>http://mysqldump.azundris.com/archives/14-A-day-in-the-docs.html#comments</comments>
    <wfw:comment>http://mysqldump.azundris.com/wfwcomment.php?cid=14</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://mysqldump.azundris.com/rss.php?version=2.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    

    <author>www@azundris.com (Azundris)</author>
    <content:encoded>
    The most recent MySQL server I used in a &lt;em&gt;production&lt;/em&gt; environment was a 3.23, so in conjunction with reading the 5.0 sources, I saw fit to reread large parts of the &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=124&amp;amp;entry_id=14&quot; title=&quot;http://dev.mysql.com/doc/mysql/en/index.html&quot;  onmouseover=&quot;window.status=&#039;http://dev.mysql.com/doc/mysql/en/index.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;documentation&lt;/a&gt; to see where updates had happened, fixes were applied, extensions added. Here are some random clippings from the docs that illustrate quirks, changes from MySQL 3.23 (other than those noted in &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=125&amp;amp;entry_id=14&quot; title=&quot;http://dev.mysql.com/doc/mysql/en/upgrading-from-3-23.html&quot;  onmouseover=&quot;window.status=&#039;http://dev.mysql.com/doc/mysql/en/upgrading-from-3-23.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;3.23-&amp;gt;4.0&lt;/a&gt;,  &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=126&amp;amp;entry_id=14&quot; title=&quot;http://dev.mysql.com/doc/mysql/en/upgrading-from-4-0.html&quot;  onmouseover=&quot;window.status=&#039;http://dev.mysql.com/doc/mysql/en/upgrading-from-4-0.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;4.0-&amp;gt;4.1&lt;/a&gt;, &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=156&amp;amp;entry_id=14&quot; title=&quot;http://dev.mysql.com/doc/mysql/en/upgrading-from-4-1.html&quot;  onmouseover=&quot;window.status=&#039;http://dev.mysql.com/doc/mysql/en/upgrading-from-4-1.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;4.1-&amp;gt;5.0&lt;/a&gt; which we&#039;ll give a brief tour of at the end) and differences from the standard. If you recently read the docs, kindly walk on, there&#039;s nothing to see here. If being a MySQL admin is #96 on the list of who you are, stand by for some trivia. &lt;br /&gt;&lt;a href=&quot;http://mysqldump.azundris.com/archives/14-A-day-in-the-docs.html#extended&quot;&gt;Continue reading &quot;A day in the docs&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 09 Sep 2005 08:31:00 +0200</pubDate>
    <guid isPermaLink="false">http://mysqldump.azundris.com/archives/14-guid.html</guid>
    
</item>

</channel>
</rss>