<?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: 5.0.77 / 5.0.82 -build16 Percona binaries</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2009/06/11/5077-5082-build16-percona-binaries/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2009/06/11/5077-5082-build16-percona-binaries/</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: http://figvam.blogspot.com/</title>
		<link>http://www.mysqlperformanceblog.com/2009/06/11/5077-5082-build16-percona-binaries/comment-page-1/#comment-589804</link>
		<dc:creator>http://figvam.blogspot.com/</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=698#comment-589804</guid>
		<description>Building MySQL-percona-b16-5.0.82-0.rhel5.src.rpm fails because userstatv2.patch can&#039;t be applied cleanly:

patching file sql/mysqld.cc
Hunk #10 FAILED at 5081.
Hunk #11 succeeded at 6537 (offset -12 lines).
1 out of 11 hunks FAILED -- saving rejects to file sql/mysqld.c

Here&#039;s hunk #10:
@@ -5056,6 +5081,7 @@
   OPT_PROFILING_USE_GETRUSAGE,
   OPT_SLOW_LOG,
   OPT_SLOW_QUERY_LOG_FILE,
+  OPT_USERSTAT_RUNNING,
   OPT_USE_GLOBAL_LONG_QUERY_TIME,
   OPT_INNODB_ROLLBACK_ON_TIMEOUT,
   OPT_SECURE_FILE_PRIV,

And there is no OPT_PROFILING_USE_GETRUSAGE in mysqld.cc, just OPT_PROFILING.

Next patch which fails is:

Patch #12 (innodb_io_pattern.patch):
+ /bin/cat /home/foo/rpmbuild/SOURCES/innodb_io_pattern.patch
+ /usr/bin/patch -s -p1 --fuzz=0
1 out of 1 hunk FAILED -- saving rejects to file innobase/include/srv0srv.h.rej

srv0srv.h.rej:
***************
*** 145,150 ****
  extern ulint	srv_flush_neighbor_pages;
  extern uint	srv_read_ahead;
  extern ulint	srv_adaptive_checkpoint;
  /*-------------------------------------------*/
  
  extern ulint	srv_n_rows_inserted;
--- 145,155 ----
  extern ulint	srv_flush_neighbor_pages;
  extern uint	srv_read_ahead;
  extern ulint	srv_adaptive_checkpoint;
+ 
+ extern volatile ibool srv_io_pattern;
+ extern ulong	srv_io_pattern_trace;
+ extern ulong	srv_io_pattern_trace_running;
+ extern ulong	srv_io_pattern_size_limit;
  /*-------------------------------------------*/
  
  extern ulint	srv_n_rows_inserted;

And at that point I gave up.</description>
		<content:encoded><![CDATA[<p>Building MySQL-percona-b16-5.0.82-0.rhel5.src.rpm fails because userstatv2.patch can&#8217;t be applied cleanly:</p>
<p>patching file sql/mysqld.cc<br />
Hunk #10 FAILED at 5081.<br />
Hunk #11 succeeded at 6537 (offset -12 lines).<br />
1 out of 11 hunks FAILED &#8212; saving rejects to file sql/mysqld.c</p>
<p>Here&#8217;s hunk #10:<br />
@@ -5056,6 +5081,7 @@<br />
   OPT_PROFILING_USE_GETRUSAGE,<br />
   OPT_SLOW_LOG,<br />
   OPT_SLOW_QUERY_LOG_FILE,<br />
+  OPT_USERSTAT_RUNNING,<br />
   OPT_USE_GLOBAL_LONG_QUERY_TIME,<br />
   OPT_INNODB_ROLLBACK_ON_TIMEOUT,<br />
   OPT_SECURE_FILE_PRIV,</p>
<p>And there is no OPT_PROFILING_USE_GETRUSAGE in mysqld.cc, just OPT_PROFILING.</p>
<p>Next patch which fails is:</p>
<p>Patch #12 (innodb_io_pattern.patch):<br />
+ /bin/cat /home/foo/rpmbuild/SOURCES/innodb_io_pattern.patch<br />
+ /usr/bin/patch -s -p1 &#8211;fuzz=0<br />
1 out of 1 hunk FAILED &#8212; saving rejects to file innobase/include/srv0srv.h.rej</p>
<p>srv0srv.h.rej:<br />
***************<br />
*** 145,150 ****<br />
  extern ulint	srv_flush_neighbor_pages;<br />
  extern uint	srv_read_ahead;<br />
  extern ulint	srv_adaptive_checkpoint;<br />
  /*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*/</p>
<p>  extern ulint	srv_n_rows_inserted;<br />
&#8212; 145,155 &#8212;-<br />
  extern ulint	srv_flush_neighbor_pages;<br />
  extern uint	srv_read_ahead;<br />
  extern ulint	srv_adaptive_checkpoint;<br />
+<br />
+ extern volatile ibool srv_io_pattern;<br />
+ extern ulong	srv_io_pattern_trace;<br />
+ extern ulong	srv_io_pattern_trace_running;<br />
+ extern ulong	srv_io_pattern_size_limit;<br />
  /*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*/</p>
<p>  extern ulint	srv_n_rows_inserted;</p>
<p>And at that point I gave up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mchiavac</title>
		<link>http://www.mysqlperformanceblog.com/2009/06/11/5077-5082-build16-percona-binaries/comment-page-1/#comment-587135</link>
		<dc:creator>mchiavac</dc:creator>
		<pubDate>Tue, 16 Jun 2009 15:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=698#comment-587135</guid>
		<description>I don&#039;t know if this is normal, but when i try to download srpm from:

http://www.percona.com/mysql/5.0.82-b16/source/MySQL-percona-b16-5.0.82-0.rhel4.src.rpm

and highperf version, webserver report me a &quot;forbidden&quot;.
It&#039;s possible to restore normal download?
Thank you</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if this is normal, but when i try to download srpm from:</p>
<p><a href="http://www.percona.com/mysql/5.0.82-b16/source/MySQL-percona-b16-5.0.82-0.rhel4.src.rpm" rel="nofollow">http://www.percona.com/mysql/5.0.82-b16/source/MySQL-percona-b16-5.0.82-0.rhel4.src.rpm</a></p>
<p>and highperf version, webserver report me a &#8220;forbidden&#8221;.<br />
It&#8217;s possible to restore normal download?<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawel</title>
		<link>http://www.mysqlperformanceblog.com/2009/06/11/5077-5082-build16-percona-binaries/comment-page-1/#comment-586895</link>
		<dc:creator>Pawel</dc:creator>
		<pubDate>Tue, 16 Jun 2009 08:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=698#comment-586895</guid>
		<description>5.0.82 debian server packages are broken, they do not contain /usr/share/mysql directory structure.
Please change maintainer field, as this package is maintained by percona.
What happened with highperf packages?

Anyway, good work!</description>
		<content:encoded><![CDATA[<p>5.0.82 debian server packages are broken, they do not contain /usr/share/mysql directory structure.<br />
Please change maintainer field, as this package is maintained by percona.<br />
What happened with highperf packages?</p>
<p>Anyway, good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.mysqlperformanceblog.com/2009/06/11/5077-5082-build16-percona-binaries/comment-page-1/#comment-583721</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 13 Jun 2009 00:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=698#comment-583721</guid>
		<description>Thanks for sticking with the 5.0 release of MySQL! I&#039;m working on switching to 5.1, but it takes time to test and validate everything.</description>
		<content:encoded><![CDATA[<p>Thanks for sticking with the 5.0 release of MySQL! I&#8217;m working on switching to 5.1, but it takes time to test and validate everything.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
