<?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: Data Recovery Toolkit for InnoDB Version 0.1 Released</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2007/11/26/data-recovery-toolkit-for-innodb-version-01-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2007/11/26/data-recovery-toolkit-for-innodb-version-01-released/</link>
	<description>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: waqas</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/26/data-recovery-toolkit-for-innodb-version-01-released/comment-page-1/#comment-772780</link>
		<dc:creator>waqas</dc:creator>
		<pubDate>Mon, 30 Aug 2010 14:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/26/data-recovery-toolkit-for-innodb-version-01-released/#comment-772780</guid>
		<description>Hello i visit your bolg thourgh google.so nice</description>
		<content:encoded><![CDATA[<p>Hello i visit your bolg thourgh google.so nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfredo Herrejon</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/26/data-recovery-toolkit-for-innodb-version-01-released/comment-page-1/#comment-635243</link>
		<dc:creator>Alfredo Herrejon</dc:creator>
		<pubDate>Fri, 21 Aug 2009 17:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/26/data-recovery-toolkit-for-innodb-version-01-released/#comment-635243</guid>
		<description>Hello I truncated a production table so I am in serious problems, i followed all the steps from the documentation at http://code.google.com/p/innodb-tools/wiki/InnodbRecoverySteps, but when I made the make command after the ./configure I got some warnings like

constraints_parser.c:88: warning: format â€˜%dâ€™ expects type â€˜intâ€™, but argument 3 has type â€˜ulintâ€™
constraints_parser.c: In function â€˜check_fields_sizesâ€™:
constraints_parser.c:130: warning: format â€˜%uâ€™ expects type â€˜unsigned intâ€™, but argument 2 has type â€˜ulintâ€™
constraints_parser.c:144: warning: format â€˜%uâ€™ expects type â€˜unsigned intâ€™, but argument 2 has type â€˜ulintâ€™
constraints_parser.c:144: warning: format â€˜%uâ€™ expects type â€˜unsigned intâ€™, but argument 4 has type â€˜ulintâ€™
constraints_parser.c: In function â€˜ibrec_init_offsets_newâ€™:
constraints_parser.c:231: warning: format â€˜%iâ€™ expects type â€˜intâ€™, but argument 2 has type â€˜ulintâ€™
constraints_parser.c: In function â€˜ibrec_init_offsets_oldâ€™:
constraints_parser.c:265: warning: format â€˜%iâ€™ expects type â€˜intâ€™, but argument 2 has type â€˜ulintâ€™
constraints_parser.c:288: warning: format â€˜%iâ€™ expects type â€˜intâ€™, but argument 2 has type â€˜ulintâ€™
constraints_parser.c: In function â€˜check_for_a_recordâ€™:
constraints_parser.c:320: warning: format â€˜%luâ€™ expects type â€˜long unsigned intâ€™, but argument 3 has type â€˜intâ€™
constraints_parser.c:324: warning: format â€˜%luâ€™ expects type â€˜long unsigned intâ€™, but argument 3 has type â€˜intâ€™
gcc -DHAVE_OFFSET64_T -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -g -I include -I mysql-source/include -I mysql-source/innobase/include -o page_parser page_parser.c lib/tables_dict.o lib/libut.a
page_parser.c: In function â€˜process_ibpageâ€™:
page_parser.c:42: warning: format â€˜%uâ€™ expects type â€˜unsigned intâ€™, but argument 3 has type â€˜time_tâ€™
page_parser.c:46: warning: format â€˜%uâ€™ expects type â€˜unsigned intâ€™, but argument 3 has type â€˜time_tâ€™
page_parser.c: In function â€˜process_ibfileâ€™:
page_parser.c:72: warning: format â€˜%uâ€™ expects type â€˜unsigned intâ€™, but argument 3 has type â€˜time_tâ€™

at first I ignored that but when i made the page_parser with my ibdata1 file and got all the pages whe i used the constrains_parsers i am getting empty rows totally empty or segmentation faul, do you know if the warning are causing the error, or what could i made wrong? Thanks in advance Alfredo Herrejon</description>
		<content:encoded><![CDATA[<p>Hello I truncated a production table so I am in serious problems, i followed all the steps from the documentation at <a href="http://code.google.com/p/innodb-tools/wiki/InnodbRecoverySteps" rel="nofollow">http://code.google.com/p/innodb-tools/wiki/InnodbRecoverySteps</a>, but when I made the make command after the ./configure I got some warnings like</p>
<p>constraints_parser.c:88: warning: format â€˜%dâ€™ expects type â€˜intâ€™, but argument 3 has type â€˜ulintâ€™<br />
constraints_parser.c: In function â€˜check_fields_sizesâ€™:<br />
constraints_parser.c:130: warning: format â€˜%uâ€™ expects type â€˜unsigned intâ€™, but argument 2 has type â€˜ulintâ€™<br />
constraints_parser.c:144: warning: format â€˜%uâ€™ expects type â€˜unsigned intâ€™, but argument 2 has type â€˜ulintâ€™<br />
constraints_parser.c:144: warning: format â€˜%uâ€™ expects type â€˜unsigned intâ€™, but argument 4 has type â€˜ulintâ€™<br />
constraints_parser.c: In function â€˜ibrec_init_offsets_newâ€™:<br />
constraints_parser.c:231: warning: format â€˜%iâ€™ expects type â€˜intâ€™, but argument 2 has type â€˜ulintâ€™<br />
constraints_parser.c: In function â€˜ibrec_init_offsets_oldâ€™:<br />
constraints_parser.c:265: warning: format â€˜%iâ€™ expects type â€˜intâ€™, but argument 2 has type â€˜ulintâ€™<br />
constraints_parser.c:288: warning: format â€˜%iâ€™ expects type â€˜intâ€™, but argument 2 has type â€˜ulintâ€™<br />
constraints_parser.c: In function â€˜check_for_a_recordâ€™:<br />
constraints_parser.c:320: warning: format â€˜%luâ€™ expects type â€˜long unsigned intâ€™, but argument 3 has type â€˜intâ€™<br />
constraints_parser.c:324: warning: format â€˜%luâ€™ expects type â€˜long unsigned intâ€™, but argument 3 has type â€˜intâ€™<br />
gcc -DHAVE_OFFSET64_T -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -g -I include -I mysql-source/include -I mysql-source/innobase/include -o page_parser page_parser.c lib/tables_dict.o lib/libut.a<br />
page_parser.c: In function â€˜process_ibpageâ€™:<br />
page_parser.c:42: warning: format â€˜%uâ€™ expects type â€˜unsigned intâ€™, but argument 3 has type â€˜time_tâ€™<br />
page_parser.c:46: warning: format â€˜%uâ€™ expects type â€˜unsigned intâ€™, but argument 3 has type â€˜time_tâ€™<br />
page_parser.c: In function â€˜process_ibfileâ€™:<br />
page_parser.c:72: warning: format â€˜%uâ€™ expects type â€˜unsigned intâ€™, but argument 3 has type â€˜time_tâ€™</p>
<p>at first I ignored that but when i made the page_parser with my ibdata1 file and got all the pages whe i used the constrains_parsers i am getting empty rows totally empty or segmentation faul, do you know if the warning are causing the error, or what could i made wrong? Thanks in advance Alfredo Herrejon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey Kovyrin</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/26/data-recovery-toolkit-for-innodb-version-01-released/comment-page-1/#comment-209035</link>
		<dc:creator>Alexey Kovyrin</dc:creator>
		<pubDate>Thu, 29 Nov 2007 22:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/26/data-recovery-toolkit-for-innodb-version-01-released/#comment-209035</guid>
		<description>Sheeri,

Well, sometimes sh*t happens and it is nice to have such tool ready ;-)</description>
		<content:encoded><![CDATA[<p>Sheeri,</p>
<p>Well, sometimes sh*t happens and it is nice to have such tool ready <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheeri Cabral</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/26/data-recovery-toolkit-for-innodb-version-01-released/comment-page-1/#comment-209028</link>
		<dc:creator>Sheeri Cabral</dc:creator>
		<pubDate>Thu, 29 Nov 2007 22:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/26/data-recovery-toolkit-for-innodb-version-01-released/#comment-209028</guid>
		<description>I hope I never need this toolset, but I&#039;m glad it&#039;s there!</description>
		<content:encoded><![CDATA[<p>I hope I never need this toolset, but I&#8217;m glad it&#8217;s there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/26/data-recovery-toolkit-for-innodb-version-01-released/comment-page-1/#comment-205273</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Mon, 26 Nov 2007 21:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/26/data-recovery-toolkit-for-innodb-version-01-released/#comment-205273</guid>
		<description>Thank you Alexey for having it published.

I should only note what &quot;Undelete&quot; and &quot;Dropped Tables&quot; is only one application of this toolset.  FileSystem corruption or bad Innodb crashes are also possible applications.</description>
		<content:encoded><![CDATA[<p>Thank you Alexey for having it published.</p>
<p>I should only note what &#8220;Undelete&#8221; and &#8220;Dropped Tables&#8221; is only one application of this toolset.  FileSystem corruption or bad Innodb crashes are also possible applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sangy Simmons</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/26/data-recovery-toolkit-for-innodb-version-01-released/comment-page-1/#comment-806492</link>
		<dc:creator>Sangy Simmons</dc:creator>
		<pubDate>Mon, 26 Nov 2007 07:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/26/data-recovery-toolkit-for-innodb-version-01-released/#comment-806492</guid>
		<description>&lt;div class=&quot;item-body&quot;&gt;&lt;p&gt;Recently my friend has lost his all MySQL data from the hard drive and he was very afraid.  Without losing time he called me then I suggest him to try stellar database recovery software for the recovery of his deleted data. By this software he recovered his all deleted data, now this software become his one of favorite software for data recovery. The post is really helpful for the people like him.&lt;/p&gt;
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<div class="item-body">
<p>Recently my friend has lost his all MySQL data from the hard drive and he was very afraid.  Without losing time he called me then I suggest him to try stellar database recovery software for the recovery of his deleted data. By this software he recovered his all deleted data, now this software become his one of favorite software for data recovery. The post is really helpful for the people like him.</p>
<div class="clear"></div>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>

