<?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 calculate table checksums in MySQL</title>
	<atom:link href="http://www.xaprb.com/blog/2007/01/25/how-to-calculate-table-checksums-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2007/01/25/how-to-calculate-table-checksums-in-mysql/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: adeela</title>
		<link>http://www.xaprb.com/blog/2007/01/25/how-to-calculate-table-checksums-in-mysql/#comment-17288</link>
		<dc:creator>adeela</dc:creator>
		<pubDate>Wed, 18 Nov 2009 08:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=294#comment-17288</guid>
		<description>hello 
       &quot;I have a confusion regarding innodb calculating checksum, like myisam it calculates the checksum on its on and result can be seen in information_schema table. But innodb don&#039;t . does it calculate checksum on its own also and save it some where and it calculate checksum on table wise and show the result or row wise and shows a seperate result.  i need to have an urgent reply.. 
thank u &quot;

adeela</description>
		<content:encoded><![CDATA[<p>hello<br />
       &#8220;I have a confusion regarding innodb calculating checksum, like myisam it calculates the checksum on its on and result can be seen in information_schema table. But innodb don&#8217;t . does it calculate checksum on its own also and save it some where and it calculate checksum on table wise and show the result or row wise and shows a seperate result.  i need to have an urgent reply..<br />
thank u &#8220;</p>
<p>adeela</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/01/25/how-to-calculate-table-checksums-in-mysql/#comment-14525</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Thu, 08 May 2008 11:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=294#comment-14525</guid>
		<description>Useful indeed.  See Maatkit -- its mk-table-checksum tool does this :)</description>
		<content:encoded><![CDATA[<p>Useful indeed.  See Maatkit &#8212; its mk-table-checksum tool does this :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joachim Zobel</title>
		<link>http://www.xaprb.com/blog/2007/01/25/how-to-calculate-table-checksums-in-mysql/#comment-14524</link>
		<dc:creator>Joachim Zobel</dc:creator>
		<pubDate>Thu, 08 May 2008 11:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=294#comment-14524</guid>
		<description>I have a useful trick to add. You can INSERT the checksum into a table  so that the checksum statement gets replicated. The trick is to then additionally OUTFILE and INFILE the checksum. This way the masters checksum gets replicated to the slaves so it can be easily compared to the local value.</description>
		<content:encoded><![CDATA[<p>I have a useful trick to add. You can INSERT the checksum into a table  so that the checksum statement gets replicated. The trick is to then additionally OUTFILE and INFILE the checksum. This way the masters checksum gets replicated to the slaves so it can be easily compared to the local value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/01/25/how-to-calculate-table-checksums-in-mysql/#comment-11618</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Fri, 15 Jun 2007 13:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=294#comment-11618</guid>
		<description>The best thing to do is read the embedded Perl documentation, which becomes a man page if you install the tool, so &#039;man mysql-table-checksum&#039;.  If there is anything missing from the documentation please submit a bug report, as I want to make it complete and useful.</description>
		<content:encoded><![CDATA[<p>The best thing to do is read the embedded Perl documentation, which becomes a man page if you install the tool, so &#8216;man mysql-table-checksum&#8217;.  If there is anything missing from the documentation please submit a bug report, as I want to make it complete and useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jok</title>
		<link>http://www.xaprb.com/blog/2007/01/25/how-to-calculate-table-checksums-in-mysql/#comment-11608</link>
		<dc:creator>Jok</dc:creator>
		<pubDate>Fri, 15 Jun 2007 08:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=294#comment-11608</guid>
		<description>Hi Xaprb,

Thank you for your quick answer.
Could you be more specific about the tool (mysql-table-checksum) I should use in my case and the way to manipulate it ?</description>
		<content:encoded><![CDATA[<p>Hi Xaprb,</p>
<p>Thank you for your quick answer.<br />
Could you be more specific about the tool (mysql-table-checksum) I should use in my case and the way to manipulate it ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

