<?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: A quest for the full InnoDB status</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2008/10/31/full-innodb-status/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2008/10/31/full-innodb-status/</link>
	<description>Everything about MySQL Performance</description>
	<lastBuildDate>Sat, 21 Nov 2009 14:06:19 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arjen Lentz</title>
		<link>http://www.mysqlperformanceblog.com/2008/10/31/full-innodb-status/comment-page-1/#comment-370801</link>
		<dc:creator>Arjen Lentz</dc:creator>
		<pubDate>Sat, 01 Nov 2008 23:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=519#comment-370801</guid>
		<description>Ok, so why don&#039;t we just take out the limiter. If people ask for it, they want it. Indeed we can do this inside Baron&#039;s patch so people can still control what they want to see.</description>
		<content:encoded><![CDATA[<p>Ok, so why don&#8217;t we just take out the limiter. If people ask for it, they want it. Indeed we can do this inside Baron&#8217;s patch so people can still control what they want to see.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maciej Dobrzanski</title>
		<link>http://www.mysqlperformanceblog.com/2008/10/31/full-innodb-status/comment-page-1/#comment-370657</link>
		<dc:creator>Maciej Dobrzanski</dc:creator>
		<pubDate>Sat, 01 Nov 2008 16:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=519#comment-370657</guid>
		<description>Arjen,

It&#039;s definietly a server-side thing. All is done in ha_innodb.cc:innodb_show_status().

Maciek</description>
		<content:encoded><![CDATA[<p>Arjen,</p>
<p>It&#8217;s definietly a server-side thing. All is done in ha_innodb.cc:innodb_show_status().</p>
<p>Maciek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2008/10/31/full-innodb-status/comment-page-1/#comment-370459</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Sat, 01 Nov 2008 13:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=519#comment-370459</guid>
		<description>I think it&#039;s the server.  The code is in InnoDB.  There are a couple places it happens; in one place it actually checks how big the output is and stops outputting any more txns.

The best tweak is a) my patches, which reduce the verbosity, b) Google&#039;s patches, which increase the allowed size and move the deadlock and other less-useful stuff to the end of the output, so if it gets truncated at least you get the important stuff.</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s the server.  The code is in InnoDB.  There are a couple places it happens; in one place it actually checks how big the output is and stops outputting any more txns.</p>
<p>The best tweak is a) my patches, which reduce the verbosity, b) Google&#8217;s patches, which increase the allowed size and move the deadlock and other less-useful stuff to the end of the output, so if it gets truncated at least you get the important stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjen Lentz</title>
		<link>http://www.mysqlperformanceblog.com/2008/10/31/full-innodb-status/comment-page-1/#comment-369911</link>
		<dc:creator>Arjen Lentz</dc:creator>
		<pubDate>Fri, 31 Oct 2008 23:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=519#comment-369911</guid>
		<description>I should check again, but I believe that it&#039;s the mysql cmdline client that truncates the output, not the server. So it is possible to get it. 

We could tweak so that the innodb-status-file option is enabled by default... doesn&#039;t make much sense not to, if it writes to a file first anyway.... but I prefer a solution that can be accessed from the client side (although slow query log can&#039;t be either in 5.0).</description>
		<content:encoded><![CDATA[<p>I should check again, but I believe that it&#8217;s the mysql cmdline client that truncates the output, not the server. So it is possible to get it. </p>
<p>We could tweak so that the innodb-status-file option is enabled by default&#8230; doesn&#8217;t make much sense not to, if it writes to a file first anyway&#8230;. but I prefer a solution that can be accessed from the client side (although slow query log can&#8217;t be either in 5.0).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
