<?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: Migrating MySQL MyISAM apps to the InnoDB storage engine</title>
	<atom:link href="http://openquery.com/blog/migrating-mysql-myisam-apps-to-the-innodb-storage-engine/feed" rel="self" type="application/rss+xml" />
	<link>http://openquery.com/blog/migrating-mysql-myisam-apps-to-the-innodb-storage-engine</link>
	<description>About MySQL, Drizzle, MariaDB and more!</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:40:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: arjen</title>
		<link>http://openquery.com/blog/migrating-mysql-myisam-apps-to-the-innodb-storage-engine/comment-page-1#comment-922</link>
		<dc:creator>arjen</dc:creator>
		<pubDate>Thu, 12 Mar 2009 14:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://openquery.com/blogs/migrating-mysql-myisam-apps-to-the-innodb-storage-engine#comment-922</guid>
		<description>Hi Harry!
Thanks for that clarification.</description>
		<content:encoded><![CDATA[<p>Hi Harry!<br />
Thanks for that clarification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harrison_fisk</title>
		<link>http://openquery.com/blog/migrating-mysql-myisam-apps-to-the-innodb-storage-engine/comment-page-1#comment-921</link>
		<dc:creator>harrison_fisk</dc:creator>
		<pubDate>Thu, 12 Mar 2009 14:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://openquery.com/blogs/migrating-mysql-myisam-apps-to-the-innodb-storage-engine#comment-921</guid>
		<description>You said:

&lt;blockquote&gt;If you&#039;re not (yet) using InnoDB but just MyISAM, you&#039;re not in the clear though: regular lock timeouts can also occur with MyISAM, although problems are, in my experience, less common.&lt;/blockquote&gt;
Locks almost never timeout in MyISAM.  They only can in 5.0 if you are using server-side cursors to the client (which almost no one does since they are pretty bad).  It requires using the  mysql_stmt_attr_set API with the prepared statement API, which will then cause table_lock_wait_timeout to take effect.

Otherwise, in normal operations MyISAM locks will wait forever.</description>
		<content:encoded><![CDATA[<p>You said:</p>
<blockquote><p>If you&#8217;re not (yet) using InnoDB but just MyISAM, you&#8217;re not in the clear though: regular lock timeouts can also occur with MyISAM, although problems are, in my experience, less common.</p></blockquote>
<p>Locks almost never timeout in MyISAM.  They only can in 5.0 if you are using server-side cursors to the client (which almost no one does since they are pretty bad).  It requires using the  mysql_stmt_attr_set API with the prepared statement API, which will then cause table_lock_wait_timeout to take effect.</p>
<p>Otherwise, in normal operations MyISAM locks will wait forever.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
