<?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: Creating a MySQL plugin to produce an integer timestamp</title>
	<atom:link href="http://www.clusterdb.com/mysql/creating-a-mysql-plugin-to-produce-an-interger-timestamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clusterdb.com/mysql/creating-a-mysql-plugin-to-produce-an-interger-timestamp/</link>
	<description>MySQL Cluster database &#38; MySQL Replication</description>
	<lastBuildDate>Thu, 26 Aug 2010 08:05:11 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql/creating-a-mysql-plugin-to-produce-an-interger-timestamp/comment-page-1/#comment-533</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 13 Aug 2009 08:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=451#comment-533</guid>
		<description>Hi Mark,

 a fair point - I&#039;m using this for a proof of concept rather than for a commercial system and so I can afford to be relaxed about robustness. Some hardening might be required for a real deployment.

Regards, Andrew.</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p> a fair point &#8211; I&#8217;m using this for a proof of concept rather than for a commercial system and so I can afford to be relaxed about robustness. Some hardening might be required for a real deployment.</p>
<p>Regards, Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://www.clusterdb.com/mysql/creating-a-mysql-plugin-to-produce-an-interger-timestamp/comment-page-1/#comment-506</link>
		<dc:creator>Mark Callaghan</dc:creator>
		<pubDate>Wed, 12 Aug 2009 14:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=451#comment-506</guid>
		<description>Very nice, but you ignore the possible error return value from gettimeofday. I have used versions of Linux on which it occasionally failed.</description>
		<content:encoded><![CDATA[<p>Very nice, but you ignore the possible error return value from gettimeofday. I have used versions of Linux on which it occasionally failed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Piché</title>
		<link>http://www.clusterdb.com/mysql/creating-a-mysql-plugin-to-produce-an-interger-timestamp/comment-page-1/#comment-502</link>
		<dc:creator>Joseph Piché</dc:creator>
		<pubDate>Wed, 12 Aug 2009 13:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=451#comment-502</guid>
		<description>Great post. I recently dealt with something like this myself, and I opted for creating a trigger that grabbed the UNIX_TIMESTAMP of a TIMESTAMP field which was automatically filled on insert. A bit ugly, but it worked.</description>
		<content:encoded><![CDATA[<p>Great post. I recently dealt with something like this myself, and I opted for creating a trigger that grabbed the UNIX_TIMESTAMP of a TIMESTAMP field which was automatically filled on insert. A bit ugly, but it worked.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
