<?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: MySQL Stored Procedures Ain&#8217;t All That</title>
	<atom:link href="http://www.joinfu.com/2010/05/mysql-stored-procedures-aint-all-that/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joinfu.com/2010/05/mysql-stored-procedures-aint-all-that/</link>
	<description>the art of sql</description>
	<lastBuildDate>Mon, 23 Jan 2012 21:05:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: How/when mysql compiles stored procedures? &#124; DIGG LINK</title>
		<link>http://www.joinfu.com/2010/05/mysql-stored-procedures-aint-all-that/comment-page-1/#comment-215900</link>
		<dc:creator>How/when mysql compiles stored procedures? &#124; DIGG LINK</dc:creator>
		<pubDate>Fri, 30 Dec 2011 12:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.joinfu.com/?p=369#comment-215900</guid>
		<description>[...] then while reading something about mysq I stumbled upon http://www.joinfu.com/2010/05/mysql-stored-procedures-aint-all-that/ Article basically says that stored procedures are compiled each time when new db connection is [...]</description>
		<content:encoded><![CDATA[<p>[...] then while reading something about mysq I stumbled upon <a href="http://www.joinfu.com/2010/05/mysql-stored-procedures-aint-all-that/" rel="nofollow">http://www.joinfu.com/2010/05/mysql-stored-procedures-aint-all-that/</a> Article basically says that stored procedures are compiled each time when new db connection is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hot Project</title>
		<link>http://www.joinfu.com/2010/05/mysql-stored-procedures-aint-all-that/comment-page-1/#comment-215869</link>
		<dc:creator>Hot Project</dc:creator>
		<pubDate>Sat, 19 Nov 2011 07:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.joinfu.com/?p=369#comment-215869</guid>
		<description>Do you have any information on the security implications of Stored Procedures? I have read a lot about stored procs for MSSQL improving security for posted data - and have assumed the same for MySQL. Is that true?</description>
		<content:encoded><![CDATA[<p>Do you have any information on the security implications of Stored Procedures? I have read a lot about stored procs for MSSQL improving security for posted data &#8211; and have assumed the same for MySQL. Is that true?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jane</title>
		<link>http://www.joinfu.com/2010/05/mysql-stored-procedures-aint-all-that/comment-page-1/#comment-215719</link>
		<dc:creator>Jane</dc:creator>
		<pubDate>Wed, 29 Sep 2010 10:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.joinfu.com/?p=369#comment-215719</guid>
		<description>Thanks: I&#039;m an Oracle/SQL Server coder being asked to work in MySQL, and I&#039;d been wondering if I&#039;d get the same performance increases I&#039;m used to. This plus the comments gives me exactly what I needed to know.</description>
		<content:encoded><![CDATA[<p>Thanks: I&#8217;m an Oracle/SQL Server coder being asked to work in MySQL, and I&#8217;d been wondering if I&#8217;d get the same performance increases I&#8217;m used to. This plus the comments gives me exactly what I needed to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Pipes</title>
		<link>http://www.joinfu.com/2010/05/mysql-stored-procedures-aint-all-that/comment-page-1/#comment-215695</link>
		<dc:creator>Jay Pipes</dc:creator>
		<pubDate>Mon, 30 Aug 2010 14:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.joinfu.com/?p=369#comment-215695</guid>
		<description>No, not the best way to comment on it, but no worries!

That stored procedure was meant as an example of a reporting-type stored procedure, nothing more.  You can modify either the data in the database (just run an UPDATE on the dates of things, updating from 2006 to 2010) or you may modify the stored procedure to accept a data or date range to pull the older data.

Cheers!

jay</description>
		<content:encoded><![CDATA[<p>No, not the best way to comment on it, but no worries!</p>
<p>That stored procedure was meant as an example of a reporting-type stored procedure, nothing more.  You can modify either the data in the database (just run an UPDATE on the dates of things, updating from 2006 to 2010) or you may modify the stored procedure to accept a data or date range to pull the older data.</p>
<p>Cheers!</p>
<p>jay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inspired2C</title>
		<link>http://www.joinfu.com/2010/05/mysql-stored-procedures-aint-all-that/comment-page-1/#comment-215696</link>
		<dc:creator>Inspired2C</dc:creator>
		<pubDate>Mon, 30 Aug 2010 13:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.joinfu.com/?p=369#comment-215696</guid>
		<description>Re: &quot;rewards_report&quot; (per http://dev.mysql.com/doc/sakila/en/sakila.html).

I saw that you were the original author: &quot;Added rewards_report stored procedure, submitted by Jay Pipes&quot;.

&quot;The rewards_report stored procedure generates a customizable list of the top customers for the previous month.&quot;

This produces an &quot;Empty set&quot; since the data is from 2006!

Sorry if this is not the best way to pass this comment on...</description>
		<content:encoded><![CDATA[<p>Re: &#8220;rewards_report&#8221; (per <a href="http://dev.mysql.com/doc/sakila/en/sakila.html" rel="nofollow">http://dev.mysql.com/doc/sakila/en/sakila.html</a>).</p>
<p>I saw that you were the original author: &#8220;Added rewards_report stored procedure, submitted by Jay Pipes&#8221;.</p>
<p>&#8220;The rewards_report stored procedure generates a customizable list of the top customers for the previous month.&#8221;</p>
<p>This produces an &#8220;Empty set&#8221; since the data is from 2006!</p>
<p>Sorry if this is not the best way to pass this comment on&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rojgar Samachar</title>
		<link>http://www.joinfu.com/2010/05/mysql-stored-procedures-aint-all-that/comment-page-1/#comment-215648</link>
		<dc:creator>Rojgar Samachar</dc:creator>
		<pubDate>Sun, 06 Jun 2010 17:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.joinfu.com/?p=369#comment-215648</guid>
		<description>I too had in mind that the procedures are stored as in SQL server but i was wrong.</description>
		<content:encoded><![CDATA[<p>I too had in mind that the procedures are stored as in SQL server but i was wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rojgar Samachar</title>
		<link>http://www.joinfu.com/2010/05/mysql-stored-procedures-aint-all-that/comment-page-1/#comment-215671</link>
		<dc:creator>Rojgar Samachar</dc:creator>
		<pubDate>Sun, 06 Jun 2010 16:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.joinfu.com/?p=369#comment-215671</guid>
		<description>I too had in mind that the procedures are stored as in SQL server but i was wrong. </description>
		<content:encoded><![CDATA[<p>I too had in mind that the procedures are stored as in SQL server but i was wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL / ASP.NET Stored Procedure Caching &#171; Improper Syntax</title>
		<link>http://www.joinfu.com/2010/05/mysql-stored-procedures-aint-all-that/comment-page-1/#comment-215641</link>
		<dc:creator>MySQL / ASP.NET Stored Procedure Caching &#171; Improper Syntax</dc:creator>
		<pubDate>Thu, 27 May 2010 23:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.joinfu.com/?p=369#comment-215641</guid>
		<description>[...] The key thing to know about it is: Every single connection to the MySQL server maintains it’s own stored procedure cache. (The Art of SQL) [...]</description>
		<content:encoded><![CDATA[<p>[...] The key thing to know about it is: Every single connection to the MySQL server maintains it’s own stored procedure cache. (The Art of SQL) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL / ASP.NET Stored Procedure Caching &#171; Improper Syntax</title>
		<link>http://www.joinfu.com/2010/05/mysql-stored-procedures-aint-all-that/comment-page-1/#comment-215642</link>
		<dc:creator>MySQL / ASP.NET Stored Procedure Caching &#171; Improper Syntax</dc:creator>
		<pubDate>Thu, 27 May 2010 23:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.joinfu.com/?p=369#comment-215642</guid>
		<description>[...] The key thing to know about it is: Every single connection to the MySQL server maintains it’s own stored procedure cache. (The Art of SQL) [...]</description>
		<content:encoded><![CDATA[<p>[...] The key thing to know about it is: Every single connection to the MySQL server maintains it’s own stored procedure cache. (The Art of SQL) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Pipes</title>
		<link>http://www.joinfu.com/2010/05/mysql-stored-procedures-aint-all-that/comment-page-1/#comment-215588</link>
		<dc:creator>Jay Pipes</dc:creator>
		<pubDate>Fri, 14 May 2010 23:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.joinfu.com/?p=369#comment-215588</guid>
		<description>Hi Keith!&lt;br&gt;&lt;br&gt;Drizzle has no stored procedures.  I do not know about a timeframe for adding them back, if at all.&lt;br&gt;&lt;br&gt;Cheers!&lt;br&gt;&lt;br&gt;jay</description>
		<content:encoded><![CDATA[<p>Hi Keith!</p>
<p>Drizzle has no stored procedures.  I do not know about a timeframe for adding them back, if at all.</p>
<p>Cheers!</p>
<p>jay</p>
]]></content:encoded>
	</item>
</channel>
</rss>

