<?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>Brenton Alker&#039;s Deprecated Behaviour &#187; MySQL</title>
	<atom:link href="http://blog.tekerson.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tekerson.com</link>
	<description>The inane, sometimes insane, ramblings from the mind of Brenton Alker.</description>
	<lastBuildDate>Mon, 16 Aug 2010 09:05:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Re-sequence a column in MySQL</title>
		<link>http://blog.tekerson.com/2009/05/26/re-sequence-a-column-in-mysql/</link>
		<comments>http://blog.tekerson.com/2009/05/26/re-sequence-a-column-in-mysql/#comments</comments>
		<pubDate>Tue, 26 May 2009 03:13:24 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.tekerson.com/?p=123</guid>
		<description><![CDATA[When you have an &#34;position&#34; column in a table, to allow the user to select the order of elements in the table or as an optimization for pagination. They always seem to get out of sequence at some point&#8212;ending up with gaps in the sequence. This is something I run into not quiet often enough [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2009/05/26/re-sequence-a-column-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a MySQL table as a thread-safe queue</title>
		<link>http://blog.tekerson.com/2008/04/08/using-a-mysql-table-as-a-thread-safe-queue/</link>
		<comments>http://blog.tekerson.com/2008/04/08/using-a-mysql-table-as-a-thread-safe-queue/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 00:56:50 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.everyone-here.is-a-geek.com/2008/04/08/using-a-mysql-table-as-a-thread-safe-queue/</guid>
		<description><![CDATA[As part of the current application I am developing, I have the need for a reliable queue that is not going to allow duplicate reads when popped from multiple threads or processes. The queue in this case is an outgoing mail queue. The system needs to read the task from the queue, generate the email [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2008/04/08/using-a-mysql-table-as-a-thread-safe-queue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

