<?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: How to debug InnoDB lock waits</title>
	<atom:link href="http://www.xaprb.com/blog/2007/09/18/how-to-debug-innodb-lock-waits/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2007/09/18/how-to-debug-innodb-lock-waits/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/09/18/how-to-debug-innodb-lock-waits/#comment-19077</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Thu, 20 Jan 2011 04:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/09/18/how-to-debug-innodb-lock-waits/#comment-19077</guid>
		<description>There is now a set of tables in the INFORMATION_SCHEMA that gives much better capabilities for that.  I&#039;ll put that onto my to-blog list.</description>
		<content:encoded><![CDATA[<p>There is now a set of tables in the INFORMATION_SCHEMA that gives much better capabilities for that.  I&#8217;ll put that onto my to-blog list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boyd</title>
		<link>http://www.xaprb.com/blog/2007/09/18/how-to-debug-innodb-lock-waits/#comment-19076</link>
		<dc:creator>Boyd</dc:creator>
		<pubDate>Wed, 19 Jan 2011 22:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/09/18/how-to-debug-innodb-lock-waits/#comment-19076</guid>
		<description>Baron:

Thanks for a great article and great tool.  I spread the love at every turn.

Is there a follow up coming on how to track down the lock holder and tune/eliminate the issue from that side?</description>
		<content:encoded><![CDATA[<p>Baron:</p>
<p>Thanks for a great article and great tool.  I spread the love at every turn.</p>
<p>Is there a follow up coming on how to track down the lock holder and tune/eliminate the issue from that side?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/09/18/how-to-debug-innodb-lock-waits/#comment-19021</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Mon, 03 Jan 2011 15:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/09/18/how-to-debug-innodb-lock-waits/#comment-19021</guid>
		<description>Marcel, please don&#039;t use a random blog post as a support forum.  Use the innotop mailing list and bug tracker system.  (You will find the solution to your problem already there.)</description>
		<content:encoded><![CDATA[<p>Marcel, please don&#8217;t use a random blog post as a support forum.  Use the innotop mailing list and bug tracker system.  (You will find the solution to your problem already there.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel</title>
		<link>http://www.xaprb.com/blog/2007/09/18/how-to-debug-innodb-lock-waits/#comment-19019</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Mon, 03 Jan 2011 11:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/09/18/how-to-debug-innodb-lock-waits/#comment-19019</guid>
		<description>Segfault 

[RO] Query List (? for help)                                   localhost, 20:07.003, 183.58 QPS, 23/1/3 con/run/cac thds, 5.0.77-log

When   Load  QPS     Slow  Se/In/Up/De%  QCacheHit  KCacheHit  BpsIn   BpsOut
Total  0.00  183.58    53  74/ 1/13/ 8       0.00%     98.28%  20.31k  61.87k

Cmd    ID      State  User   Host           DB      Time   QuerySegmentation fault

(v 1.8)</description>
		<content:encoded><![CDATA[<p>Segfault </p>
<p>[RO] Query List (? for help)                                   localhost, 20:07.003, 183.58 QPS, 23/1/3 con/run/cac thds, 5.0.77-log</p>
<p>When   Load  QPS     Slow  Se/In/Up/De%  QCacheHit  KCacheHit  BpsIn   BpsOut<br />
Total  0.00  183.58    53  74/ 1/13/ 8       0.00%     98.28%  20.31k  61.87k</p>
<p>Cmd    ID      State  User   Host           DB      Time   QuerySegmentation fault</p>
<p>(v 1.8)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ixdide</title>
		<link>http://www.xaprb.com/blog/2007/09/18/how-to-debug-innodb-lock-waits/#comment-18937</link>
		<dc:creator>ixdide</dc:creator>
		<pubDate>Tue, 23 Nov 2010 15:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/09/18/how-to-debug-innodb-lock-waits/#comment-18937</guid>
		<description>Great article. Thanks.
Anyway worth to mention: check if the queries causing deadlocks have all where statement&#039;s column indexes on it. It will decrease the effect. It helped for me.</description>
		<content:encoded><![CDATA[<p>Great article. Thanks.<br />
Anyway worth to mention: check if the queries causing deadlocks have all where statement&#8217;s column indexes on it. It will decrease the effect. It helped for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

