<?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 for Chris on MySQL</title>
	<atom:link href="http://www.chriscalender.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.chriscalender.com</link>
	<description>Tips and Solutions for MySQL, MySQL Proxy, and other MySQL-related Topics</description>
	<lastBuildDate>Sat, 06 Apr 2013 05:12:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Building MySQL and MariaDB on Windows using Visual Studio 2012 Express versus Visual Studio 2010 Express by Wlad</title>
		<link>http://www.chriscalender.com/?p=1245&#038;cpage=1#comment-2258</link>
		<dc:creator>Wlad</dc:creator>
		<pubDate>Sat, 06 Apr 2013 05:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscalender.com/?p=1245#comment-2258</guid>
		<description>Visual Studios do not conflict with each other,
but you need to have a different build directories for each

mkdir foo
cd foo
cmake .. -G &quot;Visual Studio 10&quot;
# build

mkdir bar
cd bar
cmake .. -G &quot;Visual Studio 12&quot;

HTH</description>
		<content:encoded><![CDATA[<p>Visual Studios do not conflict with each other,<br />
but you need to have a different build directories for each</p>
<p>mkdir foo<br />
cd foo<br />
cmake .. -G &#8220;Visual Studio 10&#8243;<br />
# build</p>
<p>mkdir bar<br />
cd bar<br />
cmake .. -G &#8220;Visual Studio 12&#8243;</p>
<p>HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building MySQL and MariaDB on Windows using Visual Studio 2012 Express versus Visual Studio 2010 Express by Wlad</title>
		<link>http://www.chriscalender.com/?p=1245&#038;cpage=1#comment-2253</link>
		<dc:creator>Wlad</dc:creator>
		<pubDate>Fri, 05 Apr 2013 21:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscalender.com/?p=1245#comment-2253</guid>
		<description>MariaDB&#039;s fix is here http://bazaar.launchpad.net/~maria-captains/maria/5.1/revision/3174 .</description>
		<content:encoded><![CDATA[<p>MariaDB&#8217;s fix is here <a href="http://bazaar.launchpad.net/~maria-captains/maria/5.1/revision/3174" rel="nofollow">http://bazaar.launchpad.net/~maria-captains/maria/5.1/revision/3174</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Build MariaDB 10.0 on Windows from Source Code by Sergei Golubchik</title>
		<link>http://www.chriscalender.com/?p=1224&#038;cpage=1#comment-2204</link>
		<dc:creator>Sergei Golubchik</dc:creator>
		<pubDate>Wed, 27 Mar 2013 09:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscalender.com/?p=1224#comment-2204</guid>
		<description>even simpler would be:

cd maria-10.0.1
cmake .
cmake --build . --target package

:)</description>
		<content:encoded><![CDATA[<p>even simpler would be:</p>
<p>cd maria-10.0.1<br />
cmake .<br />
cmake &#8211;build . &#8211;target package</p>
<p> <img src='http://www.chriscalender.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dealing with the dreaded &#8220;The printer is out of paper&#8221; or ERROR_OUT_OF_PAPER Error on Windows ;) by chris</title>
		<link>http://www.chriscalender.com/?p=1210&#038;cpage=1#comment-2184</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Thu, 21 Mar 2013 21:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscalender.com/?p=1210#comment-2184</guid>
		<description>Hey Shane :)

I see exactly what you see (from your Win 5.1 &amp; 5.6).  The full output is:

c:\&gt;perror 28
Win32 error code 28: The printer is out of paper.
OS error code  28:  No space left on device

I just separated them above for the purpose of the &quot;fun&quot; post. :)

Thanks for checking though.  I know you&#039;re always on the hunt for any and all possible bugs. :)</description>
		<content:encoded><![CDATA[<p>Hey Shane <img src='http://www.chriscalender.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I see exactly what you see (from your Win 5.1 &#038; 5.6).  The full output is:</p>
<p>c:\>perror 28<br />
Win32 error code 28: The printer is out of paper.<br />
OS error code  28:  No space left on device</p>
<p>I just separated them above for the purpose of the &#8220;fun&#8221; post. <img src='http://www.chriscalender.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for checking though.  I know you&#8217;re always on the hunt for any and all possible bugs. <img src='http://www.chriscalender.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dealing with the dreaded &#8220;The printer is out of paper&#8221; or ERROR_OUT_OF_PAPER Error on Windows ;) by sbester</title>
		<link>http://www.chriscalender.com/?p=1210&#038;cpage=1#comment-2163</link>
		<dc:creator>sbester</dc:creator>
		<pubDate>Thu, 21 Mar 2013 06:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscalender.com/?p=1210#comment-2163</guid>
		<description>what version of perror are you using that only gives the Win32 OS code?

D:\mysql-5.1.68-winx64\bin&gt;perror 28
OS error code  28:  No space left on device
Win32 error code 28: The printer is out of paper.

D:\mysql-pro-gpl-4.1.25-win32\bin&gt;perror 28
OS error code  28:  No space left on device

D:\mysql-5.6.10-win32\bin&gt;perror 28
OS error code  28:  No space left on device
Win32 error code 28: The printer is out of paper.</description>
		<content:encoded><![CDATA[<p>what version of perror are you using that only gives the Win32 OS code?</p>
<p>D:\mysql-5.1.68-winx64\bin&gt;perror 28<br />
OS error code  28:  No space left on device<br />
Win32 error code 28: The printer is out of paper.</p>
<p>D:\mysql-pro-gpl-4.1.25-win32\bin&gt;perror 28<br />
OS error code  28:  No space left on device</p>
<p>D:\mysql-5.6.10-win32\bin&gt;perror 28<br />
OS error code  28:  No space left on device<br />
Win32 error code 28: The printer is out of paper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Troubleshooting MySQL Crashes related to Metadata Locking by Guilherme</title>
		<link>http://www.chriscalender.com/?p=1195&#038;cpage=1#comment-2154</link>
		<dc:creator>Guilherme</dc:creator>
		<pubDate>Wed, 20 Mar 2013 18:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscalender.com/?p=1195#comment-2154</guid>
		<description>Hi, get “Waiting for table metadata lock” on Amazon RDS with Mysql (obviously), and i dont know how solve this. do you have any idea?</description>
		<content:encoded><![CDATA[<p>Hi, get “Waiting for table metadata lock” on Amazon RDS with Mysql (obviously), and i dont know how solve this. do you have any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dealing with the dreaded &#8220;The printer is out of paper&#8221; or ERROR_OUT_OF_PAPER Error on Windows ;) by chris</title>
		<link>http://www.chriscalender.com/?p=1210&#038;cpage=1#comment-2153</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 20 Mar 2013 15:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscalender.com/?p=1210#comment-2153</guid>
		<description>Wlad, LOL!

&quot;Win32 error code 4006: Replication with a nonconfigured partner is not allowed.&quot;

Thanks :D</description>
		<content:encoded><![CDATA[<p>Wlad, LOL!</p>
<p>&#8220;Win32 error code 4006: Replication with a nonconfigured partner is not allowed.&#8221;</p>
<p>Thanks <img src='http://www.chriscalender.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dealing with the dreaded &#8220;The printer is out of paper&#8221; or ERROR_OUT_OF_PAPER Error on Windows ;) by Wlad</title>
		<link>http://www.chriscalender.com/?p=1210&#038;cpage=1#comment-2152</link>
		<dc:creator>Wlad</dc:creator>
		<pubDate>Wed, 20 Mar 2013 15:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscalender.com/?p=1210#comment-2152</guid>
		<description>try perror.exe 4006</description>
		<content:encoded><![CDATA[<p>try perror.exe 4006</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InnoDB Plugin Version Numbering in MySQL and MariaDB by Daniël van Eeden</title>
		<link>http://www.chriscalender.com/?p=1205&#038;cpage=1#comment-2142</link>
		<dc:creator>Daniël van Eeden</dc:creator>
		<pubDate>Tue, 19 Mar 2013 08:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscalender.com/?p=1205#comment-2142</guid>
		<description>I once started a history graph for InnoDB...

https://github.com/dveeden/mysql-history-graph/blob/master/innodb-history-graph.png</description>
		<content:encoded><![CDATA[<p>I once started a history graph for InnoDB&#8230;</p>
<p><a href="https://github.com/dveeden/mysql-history-graph/blob/master/innodb-history-graph.png" rel="nofollow">https://github.com/dveeden/mysql-history-graph/blob/master/innodb-history-graph.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSL-related MySQL Bug #62743 Fixed Recently by chris</title>
		<link>http://www.chriscalender.com/?p=1140&#038;cpage=1#comment-1835</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 28 Aug 2012 17:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscalender.com/?p=1140#comment-1835</guid>
		<description>Hi Peter,

Great question!

As far as I can tell, the fix will go into the MySQL Command Line client (at least that is what the &quot;proposed patch&quot; fixes).

I&#039;m not sure if affected anything else (would need testing).

Best wishes,
Chris</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Great question!</p>
<p>As far as I can tell, the fix will go into the MySQL Command Line client (at least that is what the &#8220;proposed patch&#8221; fixes).</p>
<p>I&#8217;m not sure if affected anything else (would need testing).</p>
<p>Best wishes,<br />
Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>
