<?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: Versioning MySQL data: Multi-table records</title>
	<atom:link href="http://www.adaniels.nl/articles/versioning-mysql-data-multi-table-records/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adaniels.nl/articles/versioning-mysql-data-multi-table-records/</link>
	<description>It's all about me, mysql and Einstein.</description>
	<lastBuildDate>Fri, 19 Mar 2010 15:00:30 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arnold Daniels</title>
		<link>http://www.adaniels.nl/articles/versioning-mysql-data-multi-table-records/comment-page-1/#comment-212159</link>
		<dc:creator>Arnold Daniels</dc:creator>
		<pubDate>Mon, 21 Dec 2009 12:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.adaniels.nl/?p=342#comment-212159</guid>
		<description>&lt;strong&gt;&lt;em&gt;Edmund, Peter: &lt;/em&gt;&lt;/strong&gt;The downloadable script, does multi-table revisioning.  (Only single table isn&#039;t available)

The parent-child relationship is based on a &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.1/en/innodb-foreign-key-constraints.html&quot; rel=&quot;nofollow&quot;&gt;foreign key constraint&lt;/a&gt;. MyISAM doesn&#039;t support foreign keys, so you can&#039;t do parent-child relationships with MyISAM tables.

To create parent/child revisioning do
&lt;pre&gt;
php mysql-revisioning.php &#039;parent(child1,child2)&#039; another_table ...
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p><strong><em>Edmund, Peter: </em></strong>The downloadable script, does multi-table revisioning.  (Only single table isn&#8217;t available)</p>
<p>The parent-child relationship is based on a <a href="http://dev.mysql.com/doc/refman/5.1/en/innodb-foreign-key-constraints.html" rel="nofollow">foreign key constraint</a>. MyISAM doesn&#8217;t support foreign keys, so you can&#8217;t do parent-child relationships with MyISAM tables.</p>
<p>To create parent/child revisioning do</p>
<pre>
php mysql-revisioning.php 'parent(child1,child2)' another_table ...
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.adaniels.nl/articles/versioning-mysql-data-multi-table-records/comment-page-1/#comment-212100</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 20 Dec 2009 17:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.adaniels.nl/?p=342#comment-212100</guid>
		<description>The generated trigger with no different from the previous one? 

How the script know the relationship between parent and child table?</description>
		<content:encoded><![CDATA[<p>The generated trigger with no different from the previous one? </p>
<p>How the script know the relationship between parent and child table?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edmund</title>
		<link>http://www.adaniels.nl/articles/versioning-mysql-data-multi-table-records/comment-page-1/#comment-212099</link>
		<dc:creator>Edmund</dc:creator>
		<pubDate>Sun, 20 Dec 2009 16:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.adaniels.nl/?p=342#comment-212099</guid>
		<description>Could you upload the php script to generating triggers for Multi-table records versioning? I found the link posted is for single table only

Thanks</description>
		<content:encoded><![CDATA[<p>Could you upload the php script to generating triggers for Multi-table records versioning? I found the link posted is for single table only</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Buffer</title>
		<link>http://www.adaniels.nl/articles/versioning-mysql-data-multi-table-records/comment-page-1/#comment-211340</link>
		<dc:creator>Log Buffer</dc:creator>
		<pubDate>Fri, 04 Dec 2009 20:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.adaniels.nl/?p=342#comment-211340</guid>
		<description>&quot;[...]Arnold Daniels delves into versioning MySQL data across multi-table records.[...]&quot;

&lt;a href=&quot;http://www.pythian.com/news/6165/log-buffer-171-a-carnival-of-the-vanities-for-dbas/&quot; rel=&quot;nofollow&quot;&gt;Log Buffer #171&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>&#8220;[...]Arnold Daniels delves into versioning MySQL data across multi-table records.[...]&#8221;</p>
<p><a href="http://www.pythian.com/news/6165/log-buffer-171-a-carnival-of-the-vanities-for-dbas/" rel="nofollow">Log Buffer #171</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
