<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MySQL Preacher &#187; Uncategorized</title>
	<atom:link href="http://mysqlpreacher.com/wordpress/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://mysqlpreacher.com/wordpress</link>
	<description>Because Sharing is Caring</description>
	<lastBuildDate>Sat, 14 Apr 2012 17:45:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>MySQL community blogging &#8211; PlanetMySQL</title>
		<link>http://mysqlpreacher.com/wordpress/2011/01/mysql-community-blogging-planetmysql/</link>
		<comments>http://mysqlpreacher.com/wordpress/2011/01/mysql-community-blogging-planetmysql/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 13:51:05 +0000</pubDate>
		<dc:creator>Darren Cassar</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[planetmysql]]></category>

		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=587</guid>
		<description><![CDATA[Phew, here we go, this blog post has been long time coming! A few months ago I started toying around with the idea of analyzing the PlanetMySQL public blog feed. It doesn&#8217;t take long to extract the data and prepare it for analysis but between lots of work and procrastination this blog post was left [...]]]></description>
			<content:encoded><![CDATA[<p>Phew, here we go, this blog post has been long time coming! A few months ago I started toying around with the idea of  analyzing the PlanetMySQL public blog feed. It doesn&#8217;t take long to extract the data and prepare it for analysis but between lots of work and procrastination this blog post was left unfinished.</p>
<p>It was partly out of pure curiosity and partly the fact that it seemed to me there were less posts than previous years that I decided to trend out the number of posts over the past years and here we go.</p>
<p><a href="http://mysqlpreacher.com/wordpress/wp-content/uploads/2011/01/Screen-shot-2011-01-07-at-6.39.59-PM.png"><img class="aligncenter size-full wp-image-588" title="Screen shot 2011-01-07 at 6.39.59 PM" src="http://mysqlpreacher.com/wordpress/wp-content/uploads/2011/01/Screen-shot-2011-01-07-at-6.39.59-PM.png" alt="" width="632" height="385" /></a></p>
<p>The blue line shows the blog posts per month over the past six years and the black line is a polynomial trend line.  There are a few points of interest which are visible and I&#8217;ll be listing here (to all their understanding):<br />
1. The first thing which struck me negatively is that there is a decrease in posts unfortunately.<br />
2. When sun bought mysql and oracle bought sun there is a major increase in blog posts (some political, some not) lasting months.<br />
3. Every April there is a spike in blog posts (guess what &#8230; spot on, it&#8217;s the User Conference fever :) which will soon start again for 2011 ;)).</p>
<p>Now for a deeper analysis, I then separated the groups on their own, community, employees, teams and employee teams:</p>
<p><strong>*** Please note that when a MySQL, Sun, Oracle employee changes status, any blog posts by that person will shift to a new group.</strong></p>
<p><a href="http://mysqlpreacher.com/wordpress/wp-content/uploads/2011/01/Screen-shot-2011-01-07-at-6.41.11-PM.png"><img class="aligncenter size-full wp-image-589" title="Screen shot 2011-01-07 at 6.41.11 PM" src="http://mysqlpreacher.com/wordpress/wp-content/uploads/2011/01/Screen-shot-2011-01-07-at-6.41.11-PM.png" alt="" width="631" height="354" /></a></p>
<p>The same trend continues obviously, community and employees have somewhat reduced their blogging and teams and employee teams have slightly increased or kept on blogging (keep it up guys).</p>
<p>The community does need to move it and start blogging again, so I hope this serves a bit of a wakeup call.</p>
<p>More of these analysis will follow. I want to extract the list of most active bloggers in the past 6 years as well as those most active in 2010 and give thanks where is due!</p>
<p>Because Sharing is Caring</p>
]]></content:encoded>
			<wfw:commentRss>http://mysqlpreacher.com/wordpress/2011/01/mysql-community-blogging-planetmysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Prepared statements and code re-use</title>
		<link>http://mysqlpreacher.com/wordpress/2010/12/prepared-statements-and-code-re-use/</link>
		<comments>http://mysqlpreacher.com/wordpress/2010/12/prepared-statements-and-code-re-use/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 15:30:55 +0000</pubDate>
		<dc:creator>Darren Cassar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=580</guid>
		<description><![CDATA[An SQL error which was a pain to get to the root of: ERROR 1444 (HY000): The prepared statement contains a stored routine call that refers to that same statement. It&#8217;s not allowed to execute a prepared statement in such a recursive manner Whist coding mysql reverse reconciliation for Securich (the Security plugin for MySQL) [...]]]></description>
			<content:encoded><![CDATA[<p>An SQL error which was a pain to get to the root of:<br />
ERROR 1444 (HY000): The prepared statement contains a stored routine call that refers to that same statement. It&#8217;s not allowed to execute a prepared statement in such a recursive manner</p>
<p>Whist coding mysql reverse reconciliation for <a href="http://code.google.com/p/securich/" target=_blank>Securich</a> (the Security plugin for MySQL) I kept getting the above error! We all learn from experience and I&#8217;m definitely not going to forget about this one :).</p>
<p>Having stored routines calling other stored routines in a cascading fashion for four or five levels can get complicated and what I was lazy about came to bite me right back. I copy code from one proc to the other (code re-use) thus end up having same variable names in different procs and prepared statements in cascading stored routines is not a smart idea, hence the above error.</p>
<p>Solution:<br />
Give prepared statements different names in different stored procedures!</p>
<p>Because Sharing is Caring</p>
]]></content:encoded>
			<wfw:commentRss>http://mysqlpreacher.com/wordpress/2010/12/prepared-statements-and-code-re-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>State of the MySQL Community</title>
		<link>http://mysqlpreacher.com/wordpress/2010/11/state-of-the-mysql-community/</link>
		<comments>http://mysqlpreacher.com/wordpress/2010/11/state-of-the-mysql-community/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 11:00:54 +0000</pubDate>
		<dc:creator>Darren Cassar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=552</guid>
		<description><![CDATA[A very interesting presentation by Kaj Arnö about the State of the MySQL Community. The initial part of the presentation is about the history of how things happened with MySQL, Sun and Oracle, then it describes the current state of our community. The final part of the presentation is fairly enough promotion towards SkySQL for [...]]]></description>
			<content:encoded><![CDATA[<p>A very interesting presentation by Kaj Arnö about the State of the MySQL Community. The initial part of the presentation is about the history of how things happened with MySQL, Sun and Oracle, then it describes the current state of our community. The final part of the presentation is fairly enough promotion towards SkySQL for whom Kaj is EVP of Products. I really enjoyed it and would recommend it to all of you interested in past, present and future of &#8220;MySQL&#8221;.</p>
<p><a href="http://cc.readytalk.com/play?id=1mdoml" target="_blank">check it out here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mysqlpreacher.com/wordpress/2010/11/state-of-the-mysql-community/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>InnoDB &amp; MySQL wrt Oracle model version</title>
		<link>http://mysqlpreacher.com/wordpress/2010/11/innodb-mysql-wrt-oracle-model-version/</link>
		<comments>http://mysqlpreacher.com/wordpress/2010/11/innodb-mysql-wrt-oracle-model-version/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 16:08:04 +0000</pubDate>
		<dc:creator>Darren Cassar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=548</guid>
		<description><![CDATA[After this mornings twitteriffic panic where people thought Oracle had removed innodb from the mysql community version, its better to clear some things out. As a friend explained, mysql and innodb are free as in free speech and free beer (the dream). Hence Oracle model version is only talking about ENTERPRISE versions of mysql NOT [...]]]></description>
			<content:encoded><![CDATA[<p>After this mornings twitteriffic panic where people thought Oracle had removed innodb from the mysql community version, its better to clear some things out.</p>
<p>As a friend explained, mysql and innodb are free as in free speech and free beer (the dream). Hence Oracle model version is only talking about ENTERPRISE versions of mysql NOT the popular COMMUNITY version. All of you who used to go to downloads.mysql.com to get your mysql + innodb fix still can do so for FREE.</p>
<p>Oracle have changed their products page, but haven&#8217;t deemed important to explain the changes to the MySQL community. Oversight or intentional, the news that innodb won&#8217;t come with MySQL for free anymore with the community version is NOT TRUE.</p>
<p>Because Sharing is Caring</p>
]]></content:encoded>
			<wfw:commentRss>http://mysqlpreacher.com/wordpress/2010/11/innodb-mysql-wrt-oracle-model-version/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Oracle released the new MySQL Editions model (don&#8217;t Panic) &#8230;. Live and let live Larry!</title>
		<link>http://mysqlpreacher.com/wordpress/2010/11/oracle-released-the-new-mysql-editions-model-live-and-let-live-larry/</link>
		<comments>http://mysqlpreacher.com/wordpress/2010/11/oracle-released-the-new-mysql-editions-model-live-and-let-live-larry/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 13:45:12 +0000</pubDate>
		<dc:creator>Darren Cassar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=541</guid>
		<description><![CDATA[So this morning I was welcomed to work with a &#8220;Have you heard the news?&#8221; &#8230; Good lord I just woke up for God sakes. Just like the storm back in April 2008 when Sun bought MySQL, another (possibly the perfect storm) happened in April 2009 when Oracle bought Sun, today the latter storm took [...]]]></description>
			<content:encoded><![CDATA[<p>So this morning I was welcomed to work with a &#8220;Have you heard the news?&#8221; &#8230; Good lord I just woke up for God sakes.</p>
<p>Just like the storm back in April 2008 when Sun bought MySQL, another (possibly the perfect storm) happened in April 2009 when Oracle bought Sun, today the latter storm took us be &#8220;surprise&#8221; to a certain extent when Oracle released their new Editions model showing <a href="http://www.mysql.com/products/" target="_blank">innodb removed</a> from the classic edition. People are shouting all kinds of things at Oracle and there is a lot of confusion but I think it&#8217;s better to wait and see! We are a strong community and we won&#8217;t let this storm take us down &#8230;.. we are stronger than the <a href="http://en.wikipedia.org/wiki/The_Perfect_Storm_%28film%29" target="_blank">Andrea Gail</a>!</p>
<p>If you check out <a href="http://twitter.com/search?q=%23mysql" target="_blank">twitter</a> be careful what you believe and don&#8217;t panic yet :) no need to migrate to postgresql or whatever.</p>
<p><a href="http://twitter.com/mysql" target="_blank">http://twitter.com/mysql</a> explains the version most are used to, in the <a href="http://www.mysql.com/downloads/" target="_blank">download section</a> is still and will remain there (at least that is what they are saying).</p>
<p>Keep you posted!</p>
<p>Because Sharing is Caring</p>
]]></content:encoded>
			<wfw:commentRss>http://mysqlpreacher.com/wordpress/2010/11/oracle-released-the-new-mysql-editions-model-live-and-let-live-larry/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

