<?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: Userstats patches with information schema support</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2008/08/04/userstats-patches-with-information-schema/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2008/08/04/userstats-patches-with-information-schema/</link>
	<description>Everything about MySQL Performance</description>
	<lastBuildDate>Thu, 05 Nov 2009 23:20:01 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Szym</title>
		<link>http://www.mysqlperformanceblog.com/2008/08/04/userstats-patches-with-information-schema/comment-page-1/#comment-346206</link>
		<dc:creator>Szym</dc:creator>
		<pubDate>Mon, 18 Aug 2008 20:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=457#comment-346206</guid>
		<description>Any patch to patch :) or more official patch against v 5.0.67 ? Thanks</description>
		<content:encoded><![CDATA[<p>Any patch to patch <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  or more official patch against v 5.0.67 ? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2008/08/04/userstats-patches-with-information-schema/comment-page-1/#comment-342107</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Thu, 07 Aug 2008 22:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=457#comment-342107</guid>
		<description>Matthew,

Thanks, will look into that.</description>
		<content:encoded><![CDATA[<p>Matthew,</p>
<p>Thanks, will look into that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Kent</title>
		<link>http://www.mysqlperformanceblog.com/2008/08/04/userstats-patches-with-information-schema/comment-page-1/#comment-342104</link>
		<dc:creator>Matthew Kent</dc:creator>
		<pubDate>Thu, 07 Aug 2008 22:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=457#comment-342104</guid>
		<description>also noticing a funny parser issue trying to query the unquoted table name

mysql&gt; use information_schema;
Database changed
mysql&gt; select count(*) from table_statistics\G
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual 
that corresponds to your MySQL server version for the right syntax to use near 
&#039;table_statistics&#039; at line 1
mysql&gt; select count(*) from information_schema.table_statistics\G
*************************** 1. row ***************************
count(*): 269
1 row in set (0.00 sec)

mysql&gt; select count(*) from `table_statistics`\G
*************************** 1. row ***************************
count(*): 269
1 row in set (0.00 sec)

other than that it works great. thanks to all who contributed.</description>
		<content:encoded><![CDATA[<p>also noticing a funny parser issue trying to query the unquoted table name</p>
<p>mysql&gt; use information_schema;<br />
Database changed<br />
mysql&gt; select count(*) from table_statistics\G<br />
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual<br />
that corresponds to your MySQL server version for the right syntax to use near<br />
&#8216;table_statistics&#8217; at line 1<br />
mysql&gt; select count(*) from information_schema.table_statistics\G<br />
*************************** 1. row ***************************<br />
count(*): 269<br />
1 row in set (0.00 sec)</p>
<p>mysql&gt; select count(*) from `table_statistics`\G<br />
*************************** 1. row ***************************<br />
count(*): 269<br />
1 row in set (0.00 sec)</p>
<p>other than that it works great. thanks to all who contributed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Kent</title>
		<link>http://www.mysqlperformanceblog.com/2008/08/04/userstats-patches-with-information-schema/comment-page-1/#comment-342101</link>
		<dc:creator>Matthew Kent</dc:creator>
		<pubDate>Thu, 07 Aug 2008 22:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=457#comment-342101</guid>
		<description>Hi Vadim, I&#039;ve broken out the test suite stuff here

http://magoazul.com/tmp/userstats-is-5.0.66a-testsuite.patch

those 3 tests were failing.</description>
		<content:encoded><![CDATA[<p>Hi Vadim, I&#8217;ve broken out the test suite stuff here</p>
<p><a href="http://magoazul.com/tmp/userstats-is-5.0.66a-testsuite.patch" rel="nofollow">http://magoazul.com/tmp/userstats-is-5.0.66a-testsuite.patch</a></p>
<p>those 3 tests were failing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2008/08/04/userstats-patches-with-information-schema/comment-page-1/#comment-342073</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Thu, 07 Aug 2008 21:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=457#comment-342073</guid>
		<description>Matthew,

What problem with test suite did you have ?</description>
		<content:encoded><![CDATA[<p>Matthew,</p>
<p>What problem with test suite did you have ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Kent</title>
		<link>http://www.mysqlperformanceblog.com/2008/08/04/userstats-patches-with-information-schema/comment-page-1/#comment-342069</link>
		<dc:creator>Matthew Kent</dc:creator>
		<pubDate>Thu, 07 Aug 2008 21:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=457#comment-342069</guid>
		<description>If anyone needs it I&#039;ve rediffed this against 5.0.66a (bzr revno 2631.4.4) and included 3 more minor patches to the test suite .result files so the build cleanly passes the test suite. No code changes at all.

http://magoazul.com/tmp/userstats-is-5.0.66a.patch</description>
		<content:encoded><![CDATA[<p>If anyone needs it I&#8217;ve rediffed this against 5.0.66a (bzr revno 2631.4.4) and included 3 more minor patches to the test suite .result files so the build cleanly passes the test suite. No code changes at all.</p>
<p><a href="http://magoazul.com/tmp/userstats-is-5.0.66a.patch" rel="nofollow">http://magoazul.com/tmp/userstats-is-5.0.66a.patch</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Leith</title>
		<link>http://www.mysqlperformanceblog.com/2008/08/04/userstats-patches-with-information-schema/comment-page-1/#comment-341768</link>
		<dc:creator>Mark Leith</dc:creator>
		<pubDate>Thu, 07 Aug 2008 10:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=457#comment-341768</guid>
		<description>Hey I&#039;m just a lowly Support guy, it seems that you guys are having a good discussion about this with Jay however, and he&#039;s probably the best person to be dealing with on the issues of community contributor agreements. 

However, from *my* perspective, I would love to see this work included within MySQL, I think it would benefit a lot of people, and deserves to be distributed to the masses rather than the few.

I&#039;ve raised some more awareness internally for these patches however, and people are interested in them. I hope that we can all come to some better agreement on how to include this (and other) work!</description>
		<content:encoded><![CDATA[<p>Hey I&#8217;m just a lowly Support guy, it seems that you guys are having a good discussion about this with Jay however, and he&#8217;s probably the best person to be dealing with on the issues of community contributor agreements. </p>
<p>However, from *my* perspective, I would love to see this work included within MySQL, I think it would benefit a lot of people, and deserves to be distributed to the masses rather than the few.</p>
<p>I&#8217;ve raised some more awareness internally for these patches however, and people are interested in them. I hope that we can all come to some better agreement on how to include this (and other) work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2008/08/04/userstats-patches-with-information-schema/comment-page-1/#comment-340496</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Tue, 05 Aug 2008 13:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=457#comment-340496</guid>
		<description>Actually, here&#039;s my REAL opinion about the CLA:

http://groups.google.com/group/oursql-sources/msg/0a5ddd37670c8d9b?hl=en</description>
		<content:encoded><![CDATA[<p>Actually, here&#8217;s my REAL opinion about the CLA:</p>
<p><a href="http://groups.google.com/group/oursql-sources/msg/0a5ddd37670c8d9b?hl=en" rel="nofollow">http://groups.google.com/group/oursql-sources/msg/0a5ddd37670c8d9b?hl=en</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2008/08/04/userstats-patches-with-information-schema/comment-page-1/#comment-340334</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Tue, 05 Aug 2008 03:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=457#comment-340334</guid>
		<description>Peter
I understand GPL difference.

I share the concerns about CLA with Baron, Mark Callaghan and Paul Paul McCullagh http://groups.google.com/group/oursql-sources/browse_thread/thread/1662e1d4d4fadc71?hl=en#</description>
		<content:encoded><![CDATA[<p>Peter<br />
I understand GPL difference.</p>
<p>I share the concerns about CLA with Baron, Mark Callaghan and Paul Paul McCullagh <a href="http://groups.google.com/group/oursql-sources/browse_thread/thread/1662e1d4d4fadc71?hl=en#" rel="nofollow">http://groups.google.com/group/oursql-sources/browse_thread/thread/1662e1d4d4fadc71?hl=en#</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2008/08/04/userstats-patches-with-information-schema/comment-page-1/#comment-340247</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Tue, 05 Aug 2008 01:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=457#comment-340247</guid>
		<description>Vadim - there is no problem for US to release it as GPL however this will not be enough for inclusion in stock MySQL.  In Drizzle... it should be enough.</description>
		<content:encoded><![CDATA[<p>Vadim &#8211; there is no problem for US to release it as GPL however this will not be enough for inclusion in stock MySQL.  In Drizzle&#8230; it should be enough.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
