<?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>Everything about MySQL Performance</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:23:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
</channel>
</rss>
