<?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: Backport of micro-time patch to mysql 4.1</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/</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: MySQL Performance Blog &#187; Microslow patch for 5.1.20</title>
		<link>http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/comment-page-1/#comment-146860</link>
		<dc:creator>MySQL Performance Blog &#187; Microslow patch for 5.1.20</dc:creator>
		<pubDate>Wed, 18 Jul 2007 19:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/#comment-146860</guid>
		<description>[...] patch has been there for some time, but only for earlier MySQL editions such as 4.1 and 5.0. Now it&#8217;s also available for the latest [...]</description>
		<content:encoded><![CDATA[<p>[...] patch has been there for some time, but only for earlier MySQL editions such as 4.1 and 5.0. Now it&#8217;s also available for the latest [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/comment-page-1/#comment-4863</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Mon, 09 Oct 2006 22:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/#comment-4863</guid>
		<description>Michael,  

Good you&#039;ve found the problem.  Regarding query you have in your example it is slow because of SQL_CALC_FOUND_ROWS - it effectively negates the limit.</description>
		<content:encoded><![CDATA[<p>Michael,  </p>
<p>Good you&#8217;ve found the problem.  Regarding query you have in your example it is slow because of SQL_CALC_FOUND_ROWS &#8211; it effectively negates the limit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Monashev</title>
		<link>http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/comment-page-1/#comment-4861</link>
		<dc:creator>Michael Monashev</dc:creator>
		<pubDate>Mon, 09 Oct 2006 21:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/#comment-4861</guid>
		<description>Sorry, I find problem.
I used old mysqld.</description>
		<content:encoded><![CDATA[<p>Sorry, I find problem.<br />
I used old mysqld.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Monashev</title>
		<link>http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/comment-page-1/#comment-4860</link>
		<dc:creator>Michael Monashev</dc:creator>
		<pubDate>Mon, 09 Oct 2006 21:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/#comment-4860</guid>
		<description>I use MyISAM tables...</description>
		<content:encoded><![CDATA[<p>I use MyISAM tables&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Monashev</title>
		<link>http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/comment-page-1/#comment-4859</link>
		<dc:creator>Michael Monashev</dc:creator>
		<pubDate>Mon, 09 Oct 2006 21:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/#comment-4859</guid>
		<description>I do it again, how you write.
After I run slow query and get this:

# Time: 061010  0:58:54
# User@Host: root[root] @ localhost []
# Query_time: 7  Lock_time: 0  Rows_sent: 1  Rows_examined: 227073
use mindmix;
SELECT  SQL_CALC_FOUND_ROWS  *  FROM  `topics`  WHERE  `forum_id`  !=1 LIMIT 1;

Do you have another ideas?</description>
		<content:encoded><![CDATA[<p>I do it again, how you write.<br />
After I run slow query and get this:</p>
<p># Time: 061010  0:58:54<br />
# User@Host: root[root] @ localhost []<br />
# Query_time: 7  Lock_time: 0  Rows_sent: 1  Rows_examined: 227073<br />
use mindmix;<br />
SELECT  SQL_CALC_FOUND_ROWS  *  FROM  `topics`  WHERE  `forum_id`  !=1 LIMIT 1;</p>
<p>Do you have another ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/comment-page-1/#comment-4847</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Mon, 09 Oct 2006 14:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/#comment-4847</guid>
		<description>Michael,

It looks like you are still using  unpatched mysqld.

The procedure is:
get sources
patch with: patch -p1 &lt; patch.slow-micro.4.1.21.diff
./configure --prefix=/usr/local/mysql-micro ...other-options..
make 
make install

In /usr/local/mysql-micro you should get binary</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>It looks like you are still using  unpatched mysqld.</p>
<p>The procedure is:<br />
get sources<br />
patch with: patch -p1 < patch.slow-micro.4.1.21.diff<br />
./configure &#8211;prefix=/usr/local/mysql-micro &#8230;other-options..<br />
make<br />
make install</p>
<p>In /usr/local/mysql-micro you should get binary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Monashev</title>
		<link>http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/comment-page-1/#comment-4844</link>
		<dc:creator>Michael Monashev</dc:creator>
		<pubDate>Mon, 09 Oct 2006 13:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/#comment-4844</guid>
		<description>I patch mysql source, but it doesn&#039;t work.

I can not set long_query_time=0 . The least value of long_query_time - 1. If I set long_query_time=0, &quot;SHOW VARIABLES;&quot; show me long_query_time=1.

And I see always seconds in slow log:  Query_time: 2  Lock_time: 0 .

How to turn on the patch?</description>
		<content:encoded><![CDATA[<p>I patch mysql source, but it doesn&#8217;t work.</p>
<p>I can not set long_query_time=0 . The least value of long_query_time &#8211; 1. If I set long_query_time=0, &#8220;SHOW VARIABLES;&#8221; show me long_query_time=1.</p>
<p>And I see always seconds in slow log:  Query_time: 2  Lock_time: 0 .</p>
<p>How to turn on the patch?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Monashev</title>
		<link>http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/comment-page-1/#comment-4785</link>
		<dc:creator>Michael Monashev</dc:creator>
		<pubDate>Thu, 05 Oct 2006 18:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/#comment-4785</guid>
		<description>Thanks.
Very usfull patch for query profiling.

Большое спасибо.</description>
		<content:encoded><![CDATA[<p>Thanks.<br />
Very usfull patch for query profiling.</p>
<p>Большое спасибо.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruslan Zakirov</title>
		<link>http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/comment-page-1/#comment-4566</link>
		<dc:creator>Ruslan Zakirov</dc:creator>
		<pubDate>Sun, 01 Oct 2006 20:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/10/01/backport-of-micro-time-patch-to-mysql-41/#comment-4566</guid>
		<description>Thanks. I&#039;m going to use it once I had time.</description>
		<content:encoded><![CDATA[<p>Thanks. I&#8217;m going to use it once I had time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
