<?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: How to write multi-table, cross-database deletes with aliases in MySQL</title>
	<atom:link href="http://www.xaprb.com/blog/2006/08/07/how-to-write-multi-table-cross-database-deletes-with-aliases-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2006/08/07/how-to-write-multi-table-cross-database-deletes-with-aliases-in-mysql/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:41:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Paul Keenan</title>
		<link>http://www.xaprb.com/blog/2006/08/07/how-to-write-multi-table-cross-database-deletes-with-aliases-in-mysql/#comment-19723</link>
		<dc:creator>Paul Keenan</dc:creator>
		<pubDate>Tue, 01 Nov 2011 15:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=202#comment-19723</guid>
		<description>Note that this was fixed in 5.5.3

http://dev.mysql.com/doc/refman/5.5/en/news-5-5-3.html

I&#039;ve got a 5.1 master replicating to a 5.5 slave, this is causing a few headaches.  I think the only way to have a multi-table delete statement that works across both versions is to make sure you don&#039;t alias the tables at all.

Paul</description>
		<content:encoded><![CDATA[<p>Note that this was fixed in 5.5.3</p>
<p><a href="http://dev.mysql.com/doc/refman/5.5/en/news-5-5-3.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.5/en/news-5-5-3.html</a></p>
<p>I&#8217;ve got a 5.1 master replicating to a 5.5 slave, this is causing a few headaches.  I think the only way to have a multi-table delete statement that works across both versions is to make sure you don&#8217;t alias the tables at all.</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rowe</title>
		<link>http://www.xaprb.com/blog/2006/08/07/how-to-write-multi-table-cross-database-deletes-with-aliases-in-mysql/#comment-17373</link>
		<dc:creator>Dave Rowe</dc:creator>
		<pubDate>Tue, 08 Dec 2009 18:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=202#comment-17373</guid>
		<description>This is a great write-up.  I didn&#039;t realize I needed to fully qualify the database and table names.  You saved me a load of time.  Thanks!</description>
		<content:encoded><![CDATA[<p>This is a great write-up.  I didn&#8217;t realize I needed to fully qualify the database and table names.  You saved me a load of time.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.xaprb.com/blog/2006/08/07/how-to-write-multi-table-cross-database-deletes-with-aliases-in-mysql/#comment-15634</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Sun, 11 Jan 2009 16:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=202#comment-15634</guid>
		<description>thanks man. this issue bit me this morning. thanks for posting the fix.  cheers -- alan</description>
		<content:encoded><![CDATA[<p>thanks man. this issue bit me this morning. thanks for posting the fix.  cheers &#8212; alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sprok</title>
		<link>http://www.xaprb.com/blog/2006/08/07/how-to-write-multi-table-cross-database-deletes-with-aliases-in-mysql/#comment-5771</link>
		<dc:creator>Sprok</dc:creator>
		<pubDate>Mon, 16 Apr 2007 06:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=202#comment-5771</guid>
		<description>&lt;p&gt;Thank you so much. You saved my neck :D&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thank you so much. You saved my neck :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2006/08/07/how-to-write-multi-table-cross-database-deletes-with-aliases-in-mysql/#comment-5658</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Wed, 11 Apr 2007 18:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=202#comment-5658</guid>
		<description>&lt;p&gt;You can&#039;t do it.  You may want to look into the FEDERATED storage engine.  For more help, try the #mysql IRC channel.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>You can&#8217;t do it.  You may want to look into the FEDERATED storage engine.  For more help, try the #mysql IRC channel.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

