<?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 Events scenario (and a funky subquery)</title>
	<atom:link href="http://www.phpied.com/mysql-events-scenario-and-a-funky-subquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpied.com/mysql-events-scenario-and-a-funky-subquery/</link>
	<description>Stoyan&#039;s blog about &#60;a href=&#34;/category/xhtml&#34; class=&#34;tag-minor&#34;&#62;(x)html(5)&#60;/a&#62;, &#60;a href=&#34;/category/ajax&#34; class=&#34;tag-major&#34;&#62;ajax&#60;/a&#62;, &#60;a href=&#34;/category/bookmarklets&#34; class=&#34;tag-major&#34;&#62;bookmarklets&#60;/a&#62;, &#60;a href=&#34;/category/browsers&#34; class=&#34;tag-minor&#34;&#62;browsers&#60;/a&#62;, &#60;a href=&#34;/category/css&#34; class=&#34;tag-normal&#34;&#62;css&#60;/a&#62;, &#60;a href=&#34;/category/firebug&#34; class=&#34;tag-minor&#34;&#62;firebug&#60;/a&#62;, &#60;a href=&#34;/category/javascript&#34; class=&#34;tag-numero-uno&#34;&#62;javascript&#60;/a&#62;, &#60;a href=&#34;/category/json&#34; class=&#34;tag-normal&#34;&#62;json&#60;/a&#62;, &#60;a href=&#34;/category/mdb2&#34; class=&#34;tag-minor&#34;&#62;mdb2&#60;/a&#62;, &#60;a href=&#34;/category/mysql&#34; class=&#34;tag-normal&#34;&#62;mysql&#60;/a&#62;, &#60;a href=&#34;/category/pear&#34; class=&#34;tag-numero-uno&#34;&#62;pear&#60;/a&#62;, &#60;a href=&#34;/category/performance&#34; class=&#34;tag-major&#34;&#62;performance&#60;/a&#62;, &#60;a href=&#34;/category/php&#34; class=&#34;tag-numero-uno&#34;&#62;php&#60;/a&#62;, &#60;a href=&#34;/category/phpbb&#34; class=&#34;tag-major&#34;&#62;phpbb&#60;/a&#62;, &#60;a href=&#34;/category/tools&#34; class=&#34;tag-normal&#34;&#62;tools&#60;/a&#62;, &#60;a href=&#34;/category/yslow&#34; class=&#34;tag-minor&#34;&#62;yslow&#60;/a&#62;, &#60;a href=&#34;/category/yui&#34; class=&#34;tag-normal&#34;&#62;yui&#60;/a&#62;, &#60;a href=&#34;/category/writing&#34; class=&#34;tag-minor&#34;&#62;writing&#60;/a&#62;, &#60;a href=&#34;/category/music&#34; class=&#34;tag-major&#34;&#62;music&#60;/a&#62;,... &#60;a href=&#34;/category/life-and-everything&#34; class=&#34;tag-normal&#34;&#62;life and everything&#60;/a&#62;.</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:07:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: kradmiy</title>
		<link>http://www.phpied.com/mysql-events-scenario-and-a-funky-subquery/#comment-75687</link>
		<dc:creator>kradmiy</dc:creator>
		<pubDate>Sun, 13 Feb 2011 21:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/mysql-events-scenario-and-a-funky-subquery/#comment-75687</guid>
		<description>Thanks. Great review of mysql cookies))
Even in 4 years</description>
		<content:encoded><![CDATA[<p>Thanks. Great review of mysql cookies))<br />
Even in 4 years</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.phpied.com/mysql-events-scenario-and-a-funky-subquery/#comment-73596</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Wed, 14 Jul 2010 01:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/mysql-events-scenario-and-a-funky-subquery/#comment-73596</guid>
		<description>Still need help ! 


I&#039;ve some doubts about the possibility to use mysql events.

I have a table &#039;orders&#039; with an &#039;expedition&#039; date field that is calculated with an insert trigger and a &#039;expeditonconfirmed&#039; flag(Y/N) field to confirm the expedition (by user on a php frontend).

So, I must check on the end of the day (after midnight) all the orders/records to see if the orders are with expedition date &lt; today date and are not confirmed, if so i must update a &#039;status&#039; field on the same table with &#039;expeditionfailed&#039; 

I what you think, this can be done with an event ? how ?

Thanks a lot for your help. 

Sorry, i&#039;m new to this things.</description>
		<content:encoded><![CDATA[<p>Still need help ! </p>
<p>I&#8217;ve some doubts about the possibility to use mysql events.</p>
<p>I have a table &#8216;orders&#8217; with an &#8216;expedition&#8217; date field that is calculated with an insert trigger and a &#8216;expeditonconfirmed&#8217; flag(Y/N) field to confirm the expedition (by user on a php frontend).</p>
<p>So, I must check on the end of the day (after midnight) all the orders/records to see if the orders are with expedition date &lt; today date and are not confirmed, if so i must update a &#8216;status&#8217; field on the same table with &#8216;expeditionfailed&#8217; </p>
<p>I what you think, this can be done with an event ? how ?</p>
<p>Thanks a lot for your help. </p>
<p>Sorry, i&#8217;m new to this things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/mysql-events-scenario-and-a-funky-subquery/#comment-70209</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Mon, 09 Feb 2009 16:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/mysql-events-scenario-and-a-funky-subquery/#comment-70209</guid>
		<description>Thanks Mijk, you mean you&#039;re moving *from* the dark side :)</description>
		<content:encoded><![CDATA[<p>Thanks Mijk, you mean you&#8217;re moving *from* the dark side <img src='http://www.phpied.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mijk</title>
		<link>http://www.phpied.com/mysql-events-scenario-and-a-funky-subquery/#comment-70208</link>
		<dc:creator>mijk</dc:creator>
		<pubDate>Mon, 09 Feb 2009 12:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/mysql-events-scenario-and-a-funky-subquery/#comment-70208</guid>
		<description>nice post mate, really enjoyed reading this and the previous post about events in MySQL.

I am very new to MySQL having been an MSSQL developer for the last 10 years but MS licensing is getting too much so I&#039;m slowly making the move over to the dark side!

keep it up.</description>
		<content:encoded><![CDATA[<p>nice post mate, really enjoyed reading this and the previous post about events in MySQL.</p>
<p>I am very new to MySQL having been an MSSQL developer for the last 10 years but MS licensing is getting too much so I&#8217;m slowly making the move over to the dark side!</p>
<p>keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/mysql-events-scenario-and-a-funky-subquery/#comment-44894</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Thu, 21 Dec 2006 14:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/mysql-events-scenario-and-a-funky-subquery/#comment-44894</guid>
		<description>Heh, thanks :)

AFAIK, MySQL are very picky when it comes to implementing new features, so it&#039;s not that hard of a work trying to keep up.</description>
		<content:encoded><![CDATA[<p>Heh, thanks <img src='http://www.phpied.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>AFAIK, MySQL are very picky when it comes to implementing new features, so it&#8217;s not that hard of a work trying to keep up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anode</title>
		<link>http://www.phpied.com/mysql-events-scenario-and-a-funky-subquery/#comment-44314</link>
		<dc:creator>anode</dc:creator>
		<pubDate>Mon, 18 Dec 2006 19:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/mysql-events-scenario-and-a-funky-subquery/#comment-44314</guid>
		<description>Nice. Who has the time to watch all the new MySQL features? + practical example of usage :)</description>
		<content:encoded><![CDATA[<p>Nice. Who has the time to watch all the new MySQL features? + practical example of usage <img src='http://www.phpied.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

