<?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: Made good on my MySQL patch promise to make things better for everyone!!</title>
	<atom:link href="http://www.mattheaton.com/?feed=rss2&#038;p=130" rel="self" type="application/rss+xml" />
	<link>http://www.mattheaton.com/?p=130</link>
	<description>Matt Heaton - Bluehost Blog</description>
	<lastBuildDate>Sat, 31 Jul 2010 21:24:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Roman</title>
		<link>http://www.mattheaton.com/?p=130&#038;cpage=1#comment-248857</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Tue, 26 Aug 2008 15:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://mattheaton.com/?p=130#comment-248857</guid>
		<description>New version MySQL is available - 5.0.67
Will this patch be adopted for it?</description>
		<content:encoded><![CDATA[<p>New version MySQL is available &#8211; 5.0.67<br />
Will this patch be adopted for it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://www.mattheaton.com/?p=130&#038;cpage=1#comment-240992</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Mon, 04 Aug 2008 18:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://mattheaton.com/?p=130#comment-240992</guid>
		<description>mysqld crashes with this patch on query
create table bbb SELECT * FROM aaa;
when table aaa does not exists

# mysql -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2817 to server version: 5.0.51b-log

Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.

mysql&gt; create database foobar;
Query OK, 1 row affected (0.00 sec)

mysql&gt; use foobar
Database changed
mysql&gt; create table bbb SELECT * FROM aaa;
ERROR 2013 (HY000): Lost connection to MySQL server during query</description>
		<content:encoded><![CDATA[<p>mysqld crashes with this patch on query<br />
create table bbb SELECT * FROM aaa;<br />
when table aaa does not exists</p>
<p># mysql -A<br />
Welcome to the MySQL monitor. Commands end with ; or \g.<br />
Your MySQL connection id is 2817 to server version: 5.0.51b-log</p>
<p>Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.</p>
<p>mysql&gt; create database foobar;<br />
Query OK, 1 row affected (0.00 sec)</p>
<p>mysql&gt; use foobar<br />
Database changed<br />
mysql&gt; create table bbb SELECT * FROM aaa;<br />
ERROR 2013 (HY000): Lost connection to MySQL server during query</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://www.mattheaton.com/?p=130&#038;cpage=1#comment-227826</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Sun, 29 Jun 2008 13:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://mattheaton.com/?p=130#comment-227826</guid>
		<description>mysqld crashes with this patch on query 
create table bbb SELECT * FROM aaa;
when table aaa does not exists

# mysql -A
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2817 to server version: 5.0.51b-log

Type &#039;help;&#039; or &#039;\h&#039; for help. Type &#039;\c&#039; to clear the buffer.

mysql&gt; create database foobar;
Query OK, 1 row affected (0.00 sec)

mysql&gt; use foobar
Database changed
mysql&gt; create table bbb SELECT * FROM aaa;
ERROR 2013 (HY000): Lost connection to MySQL server during query</description>
		<content:encoded><![CDATA[<p>mysqld crashes with this patch on query<br />
create table bbb SELECT * FROM aaa;<br />
when table aaa does not exists</p>
<p># mysql -A<br />
Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 2817 to server version: 5.0.51b-log</p>
<p>Type &#8216;help;&#8217; or &#8216;\h&#8217; for help. Type &#8216;\c&#8217; to clear the buffer.</p>
<p>mysql&gt; create database foobar;<br />
Query OK, 1 row affected (0.00 sec)</p>
<p>mysql&gt; use foobar<br />
Database changed<br />
mysql&gt; create table bbb SELECT * FROM aaa;<br />
ERROR 2013 (HY000): Lost connection to MySQL server during query</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Bradford</title>
		<link>http://www.mattheaton.com/?p=130&#038;cpage=1#comment-210089</link>
		<dc:creator>Ronald Bradford</dc:creator>
		<pubDate>Thu, 24 Apr 2008 21:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://mattheaton.com/?p=130#comment-210089</guid>
		<description>Great work in giving this back to the community. 

We just need a build farm/repository of key patches that can be applied together and pre-built for more community members to get access,uptake,testing and feature improvement.</description>
		<content:encoded><![CDATA[<p>Great work in giving this back to the community. </p>
<p>We just need a build farm/repository of key patches that can be applied together and pre-built for more community members to get access,uptake,testing and feature improvement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rusty_angel</title>
		<link>http://www.mattheaton.com/?p=130&#038;cpage=1#comment-204113</link>
		<dc:creator>rusty_angel</dc:creator>
		<pubDate>Tue, 08 Apr 2008 00:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://mattheaton.com/?p=130#comment-204113</guid>
		<description>Here is a &lt;a href=&quot;http://miheev.info/mysql-userstats-5.0.51a-amiheev.diff&quot; rel=&quot;nofollow&quot;&gt;patch for mysql-5.0.51a&lt;/a&gt;, the latest at the moment. It works at my company&#039;s servers for 4 days already.
It fails to pass the tests (make test-bt) when you try no build rpm from src.rpm, but works just fine. (And vanilla mysql fails all the tests, too)</description>
		<content:encoded><![CDATA[<p>Here is a <a href="http://miheev.info/mysql-userstats-5.0.51a-amiheev.diff" rel="nofollow">patch for mysql-5.0.51a</a>, the latest at the moment. It works at my company&#8217;s servers for 4 days already.<br />
It fails to pass the tests (make test-bt) when you try no build rpm from src.rpm, but works just fine. (And vanilla mysql fails all the tests, too)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alastair Dallas</title>
		<link>http://www.mattheaton.com/?p=130&#038;cpage=1#comment-203403</link>
		<dc:creator>Alastair Dallas</dc:creator>
		<pubDate>Sun, 06 Apr 2008 04:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://mattheaton.com/?p=130#comment-203403</guid>
		<description>Well, I&#039;m feeling mollified. Before leaving my previous comment (15 min. ago), I filed a support ticket. It&#039;s Saturday night, and Bluehost support (Gordon) just emailed to say they looked at my account and performed an unspecified fix. I didn&#039;t expect a response before Monday. So, thanks. I don&#039;t mind a brief outage in the interest of progress, but things got disastrous all of a sudden with this latest change.</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;m feeling mollified. Before leaving my previous comment (15 min. ago), I filed a support ticket. It&#8217;s Saturday night, and Bluehost support (Gordon) just emailed to say they looked at my account and performed an unspecified fix. I didn&#8217;t expect a response before Monday. So, thanks. I don&#8217;t mind a brief outage in the interest of progress, but things got disastrous all of a sudden with this latest change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alastair Dallas</title>
		<link>http://www.mattheaton.com/?p=130&#038;cpage=1#comment-203394</link>
		<dc:creator>Alastair Dallas</dc:creator>
		<pubDate>Sun, 06 Apr 2008 03:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://mattheaton.com/?p=130#comment-203394</guid>
		<description>I am an extremely unhappy customer. I am running an online newspaper and MySQL was out for 7 hours on Apr. 3. I know because I log SQL query errors and I got hundreds of &quot;MySQL server has gone away&quot; errors, followed by hundreds of &quot;Incorrect key file for table . Try to repair it.&quot; I ended up repairing each table manually. 

No warning; no support; no apology (apparently no awareness). I really don&#039;t appreciate having to play CSI to figure out why my site went down. When I find out it wasn&#039;t my developers and it wasn&#039;t my customers...I&#039;m angry. My site is on box162; I&#039;m not sure where MySQL is. I see, digging around, that my MySQL has been up 6 hours--it&#039;s 9:47 p.m. 4/5 now, so that means it went down around 3:30 Saturday. I&#039;ll just tell my subscribers that they can&#039;t access the site sometimes for no reason. They&#039;ll understand.</description>
		<content:encoded><![CDATA[<p>I am an extremely unhappy customer. I am running an online newspaper and MySQL was out for 7 hours on Apr. 3. I know because I log SQL query errors and I got hundreds of &#8220;MySQL server has gone away&#8221; errors, followed by hundreds of &#8220;Incorrect key file for table . Try to repair it.&#8221; I ended up repairing each table manually. </p>
<p>No warning; no support; no apology (apparently no awareness). I really don&#8217;t appreciate having to play CSI to figure out why my site went down. When I find out it wasn&#8217;t my developers and it wasn&#8217;t my customers&#8230;I&#8217;m angry. My site is on box162; I&#8217;m not sure where MySQL is. I see, digging around, that my MySQL has been up 6 hours&#8211;it&#8217;s 9:47 p.m. 4/5 now, so that means it went down around 3:30 Saturday. I&#8217;ll just tell my subscribers that they can&#8217;t access the site sometimes for no reason. They&#8217;ll understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Alberto Garza Diaz</title>
		<link>http://www.mattheaton.com/?p=130&#038;cpage=1#comment-202801</link>
		<dc:creator>Mario Alberto Garza Diaz</dc:creator>
		<pubDate>Fri, 04 Apr 2008 15:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://mattheaton.com/?p=130#comment-202801</guid>
		<description>hola:

 es un placer  conocerte   aunque  sea  por este  medio. me  gustaria  comentar lo siguiente:

se  que   te sorprendera  que   esto  no este  en ingles. pero  bueno,  esto  hara que  te des  cuenta que!!    no  cuentas  con personal  bilingue  que  nos  ayude  a los  que  no hablamos  ingles   medianamente  comprensible.

 asi  que  decidi saludarte  y comentar  al respecto, hay mucha gente  en mexico y  en  otros paises de habla  hispana,  que  probablemente  les interese estar en  tu web hosting.
pero  los  problemas  tecnicos o  preguntas   podrian  ser  un  problema   mayor al  no poder comunicarnos  apropiadamente.

me  despido  de ti y  de  tus lectores  del blog.

I born to  fishing.</description>
		<content:encoded><![CDATA[<p>hola:</p>
<p> es un placer  conocerte   aunque  sea  por este  medio. me  gustaria  comentar lo siguiente:</p>
<p>se  que   te sorprendera  que   esto  no este  en ingles. pero  bueno,  esto  hara que  te des  cuenta que!!    no  cuentas  con personal  bilingue  que  nos  ayude  a los  que  no hablamos  ingles   medianamente  comprensible.</p>
<p> asi  que  decidi saludarte  y comentar  al respecto, hay mucha gente  en mexico y  en  otros paises de habla  hispana,  que  probablemente  les interese estar en  tu web hosting.<br />
pero  los  problemas  tecnicos o  preguntas   podrian  ser  un  problema   mayor al  no poder comunicarnos  apropiadamente.</p>
<p>me  despido  de ti y  de  tus lectores  del blog.</p>
<p>I born to  fishing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.mattheaton.com/?p=130&#038;cpage=1#comment-202793</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 04 Apr 2008 14:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://mattheaton.com/?p=130#comment-202793</guid>
		<description>Looks great Matt!  I don&#039;t think it&#039;s been rolled out to my box yet.  Here are some issues you might consider addressing in the FAQ:  Will normal users have the ability to run this command, or will it only be allowed as root or another administrator account, to be accessed by BH admins?  Is there any performance overhead from tracking these stats?  How long will it take for the stats to reset?  For example, if you imported large database, or had a daily cron that exported the db, would that make your daily stats go off the chart?  Is account suspension automated, like CPU quota, or do you get an email warning, or what?

Thanks!</description>
		<content:encoded><![CDATA[<p>Looks great Matt!  I don&#8217;t think it&#8217;s been rolled out to my box yet.  Here are some issues you might consider addressing in the FAQ:  Will normal users have the ability to run this command, or will it only be allowed as root or another administrator account, to be accessed by BH admins?  Is there any performance overhead from tracking these stats?  How long will it take for the stats to reset?  For example, if you imported large database, or had a daily cron that exported the db, would that make your daily stats go off the chart?  Is account suspension automated, like CPU quota, or do you get an email warning, or what?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rusty_angel</title>
		<link>http://www.mattheaton.com/?p=130&#038;cpage=1#comment-202711</link>
		<dc:creator>rusty_angel</dc:creator>
		<pubDate>Fri, 04 Apr 2008 08:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://mattheaton.com/?p=130#comment-202711</guid>
		<description>I managed to update patch for 5.0.51a and make in compile (looks like your diff did something wrong and simply put some code into another function. Will build rpm, test it and release if it&#039;s working.</description>
		<content:encoded><![CDATA[<p>I managed to update patch for 5.0.51a and make in compile (looks like your diff did something wrong and simply put some code into another function. Will build rpm, test it and release if it&#8217;s working.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
