<?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: InnoDB Data Recovery Tutorial</title>
	<atom:link href="http://www.percona.tv/mysql/innodb-recovery-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://www.percona.tv/percona-screencasts/innodb-recovery-tutorial</link>
	<description>MySQL Screencasts and Videos from Percona</description>
	<lastBuildDate>Thu, 18 Feb 2010 18:33:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: UZCANGA</title>
		<link>http://www.percona.tv/percona-screencasts/innodb-recovery-tutorial/comment-page-1#comment-1191</link>
		<dc:creator>UZCANGA</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.percona.tv/?p=19#comment-1191</guid>
		<description>Hi.

I try for excute the create_defs.pl command but no get anything in my table_defs-h file. This file contains only de standar info just llike the create_defs.pl file.

Any sugestion?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I try for excute the create_defs.pl command but no get anything in my table_defs-h file. This file contains only de standar info just llike the create_defs.pl file.</p>
<p>Any sugestion?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfredo Herrejon</title>
		<link>http://www.percona.tv/percona-screencasts/innodb-recovery-tutorial/comment-page-1#comment-103</link>
		<dc:creator>Alfredo Herrejon</dc:creator>
		<pubDate>Fri, 21 Aug 2009 15:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.percona.tv/?p=19#comment-103</guid>
		<description>Hello Ryan, First of all thank you very much it was so helpful for me I truncated a production table so I am in serious problems, i followed all your steps, before .configure all was ok, also ./configure showed me the thanks message but the problem was 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, 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 Ryan, First of all thank you very much it was so helpful for me I truncated a production table so I am in serious problems, i followed all your steps, before .configure all was ok, also ./configure showed me the thanks message but the problem was 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, 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>
</channel>
</rss>

