<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tech notes &#187; mysql</title>
	<atom:link href="http://bsd.dischaos.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://bsd.dischaos.com</link>
	<description>just some random notes on BSDs, linux and web development</description>
	<lastBuildDate>Fri, 07 May 2010 10:18:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Dovecot MySQL stored procedures patch</title>
		<link>http://bsd.dischaos.com/2010/05/07/dovecot-mysql-stored-procedures-patch/</link>
		<comments>http://bsd.dischaos.com/2010/05/07/dovecot-mysql-stored-procedures-patch/#comments</comments>
		<pubDate>Fri, 07 May 2010 10:18:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[other]]></category>
		<category><![CDATA[dovecot]]></category>

		<guid isPermaLink="false">http://bsd.dischaos.com/?p=184</guid>
		<description><![CDATA[With this patch it&#8217;s possible to use stored procedure calls in dovecot&#8217;s configuration. It implements the correct logic of handling mysql multiple statements as described in this MySQL document. I&#8217;m not sure it&#8217;s the correct place to implement it in (dovecot&#8217;s design is very clean and this is a rather quick hack), but it&#8217;s been [...]]]></description>
			<content:encoded><![CDATA[<p>With <a href="http://bsd.dischaos.com/files/dovecot-driver-mysql.c.patch">this patch</a> it&#8217;s possible to use stored procedure calls in dovecot&#8217;s configuration.</p>
<p>It implements the correct logic of handling mysql multiple statements as described <a href="http://dev.mysql.com/doc/refman/5.0/en/c-api-multiple-queries.html">in this MySQL document</a>. I&#8217;m not sure it&#8217;s the correct place to implement it in (dovecot&#8217;s design is very clean and this is a rather quick hack), but it&#8217;s been working fine in production for a couple of months now.</p>
]]></content:encoded>
			<wfw:commentRss>http://bsd.dischaos.com/2010/05/07/dovecot-mysql-stored-procedures-patch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

