<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>MySQL (error) Code Reference</title>
	<link>http://mysql-code.com/wp</link>
	<description>Resource for decoding MySQL error codes</description>
	<pubDate>Sat, 22 Sep 2007 02:50:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>The Joy of Linking</title>
		<link>http://mysql-code.com/wp/general/the-joy-of-linking</link>
		<comments>http://mysql-code.com/wp/general/the-joy-of-linking#comments</comments>
		<pubDate>Sat, 22 Sep 2007 02:46:10 +0000</pubDate>
		<dc:creator>Jason De Arte</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://mysql-code.com/wp/general/the-joy-of-linking</guid>
		<description><![CDATA[Wouldn&#8217;t you know it - in my various console stress test apps that I wrote I had no issues compiling and linking.  Now that it&#8217;s time to integrate with my existing app that uses the Oracle libs - now I&#8217;m having linker errors everywhere. 
It looks to be a conflict between memory managers &#8230; oh&#8230; joy.
They [...]]]></description>
			<content:encoded><![CDATA[<p>Wouldn&#8217;t you know it - in my various console stress test apps that I wrote I had no issues compiling and linking.  Now that it&#8217;s time to integrate with my existing app that uses the Oracle libs - now I&#8217;m having linker errors everywhere. </p>
<p>It looks to be a conflict between memory managers &#8230; oh&#8230; joy.</p>
<p>They say understanding and fixing linker errors is the sign of an experienced programmer.  I just think of it as annoyingly time consuming.</p>
<ul>
<li>definition for item A couldn&#8217;t be found</li>
<li>track down item A</li>
<li>Oh look - there are several of them - which one should I use?</li>
<li>Are there any defines that need to be set?</li>
<li>Are there project dependencies that I skipped?</li>
<li>Are the two projects using the same C Runtime?  Static/Dynamic and SingleThread/MultiThread?</li>
<li>summon archaine knowlege about one of the projects your linking to - you seem to remember some mentioning how it wasn&#8217;t compatable with something &amp; it&#8217;s not documented in the headers <img src='http://mysql-code.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li>re-compile</li>
<li>Lather, Rinse, Repeat</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mysql-code.com/wp/general/the-joy-of-linking/feed</wfw:commentRss>
		</item>
		<item>
		<title>128</title>
		<link>http://mysql-code.com/wp/error/ha_err_out_of_mem</link>
		<comments>http://mysql-code.com/wp/error/ha_err_out_of_mem#comments</comments>
		<pubDate>Fri, 21 Sep 2007 16:41:59 +0000</pubDate>
		<dc:creator>Jason De Arte</dc:creator>
		
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://mysql-code.com/wp/error/ha_err_out_of_mem</guid>
		<description><![CDATA[HA_ERR_OUT_OF_MEM

#define HA_ERR_OUT_OF_MEM 128 /* Record-file is crashed */

TODO: Add Context
]]></description>
			<content:encoded><![CDATA[<p>HA_ERR_OUT_OF_MEM<br />
<hr />
<code><font size="2" color="#0000ff">#define</font><font size="2"> HA_ERR_OUT_OF_MEM 128 </font><font size="2" color="#008000">/* Record-file is crashed */</font></code><br />
<hr />
TODO: Add Context</p>
]]></content:encoded>
			<wfw:commentRss>http://mysql-code.com/wp/error/ha_err_out_of_mem/feed</wfw:commentRss>
		</item>
		<item>
		<title>127</title>
		<link>http://mysql-code.com/wp/error/127</link>
		<comments>http://mysql-code.com/wp/error/127#comments</comments>
		<pubDate>Fri, 21 Sep 2007 16:39:38 +0000</pubDate>
		<dc:creator>Jason De Arte</dc:creator>
		
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://mysql-code.com/wp/error/127</guid>
		<description><![CDATA[HA_ERR_WRONG_IN_RECORD
#define HA_ERR_WRONG_IN_RECORD 127 /* Record-file is crashed */

TODO: Add Context
]]></description>
			<content:encoded><![CDATA[<p>HA_ERR_WRONG_IN_RECORD</p>
<hr /><code><font size="2" color="#0000ff">#define</font><font size="2"> HA_ERR_WRONG_IN_RECORD 127 </font><font size="2" color="#008000">/* Record-file is crashed */</font></code><br />
<hr />
TODO: Add Context</p>
]]></content:encoded>
			<wfw:commentRss>http://mysql-code.com/wp/error/127/feed</wfw:commentRss>
		</item>
		<item>
		<title>126</title>
		<link>http://mysql-code.com/wp/error/126</link>
		<comments>http://mysql-code.com/wp/error/126#comments</comments>
		<pubDate>Fri, 21 Sep 2007 16:36:50 +0000</pubDate>
		<dc:creator>Jason De Arte</dc:creator>
		
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://mysql-code.com/wp/error/126</guid>
		<description><![CDATA[HA_ERR_CRASHED
#define&#160;HA_ERR_CRASHED&#160;126&#160;/*&#160;Indexfile&#160;is&#160;crashed */

]]></description>
			<content:encoded><![CDATA[<p>HA_ERR_CRASHED</p>
<hr /><code><font size="2" color="#0000ff">#define</font><font size="2">&nbsp;HA_ERR_CRASHED&nbsp;126&nbsp;</font><font size="2" color="#008000">/*&nbsp;Indexfile&nbsp;is&nbsp;crashed */</font></code><br />
<hr />
]]></content:encoded>
			<wfw:commentRss>http://mysql-code.com/wp/error/126/feed</wfw:commentRss>
		</item>
		<item>
		<title>125</title>
		<link>http://mysql-code.com/wp/error/125</link>
		<comments>http://mysql-code.com/wp/error/125#comments</comments>
		<pubDate>Fri, 21 Sep 2007 16:20:01 +0000</pubDate>
		<dc:creator>Jason De Arte</dc:creator>
		
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://mysql-code.com/wp/error/125</guid>
		<description><![CDATA[TODO: Find where 125 is defined - I doesn&#8217;t appear to be listed with the other HA_ERR_* defines in my_base.h
Was it depreciated?
]]></description>
			<content:encoded><![CDATA[<p>TODO: Find where 125 is defined - I doesn&#8217;t appear to be listed with the other HA_ERR_* defines in my_base.h</p>
<p>Was it depreciated?</p>
]]></content:encoded>
			<wfw:commentRss>http://mysql-code.com/wp/error/125/feed</wfw:commentRss>
		</item>
		<item>
		<title>124</title>
		<link>http://mysql-code.com/wp/error/124</link>
		<comments>http://mysql-code.com/wp/error/124#comments</comments>
		<pubDate>Fri, 21 Sep 2007 16:11:03 +0000</pubDate>
		<dc:creator>Jason De Arte</dc:creator>
		
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://mysql-code.com/wp/general/124</guid>
		<description><![CDATA[HA_ERR_WRONG_INDEX
#define HA_ERR_WRONG_INDEX 124 /* Wrong index given to function */

TODO: Add Context
]]></description>
			<content:encoded><![CDATA[<p>HA_ERR_WRONG_INDEX</p>
<hr /><code><font size="2" color="#0000ff">#define</font><font size="2"> HA_ERR_WRONG_INDEX 124 </font><font size="2" color="#008000">/* Wrong index given to function */</font><br />
</code></p>
<hr />TODO: Add Context</p>
]]></content:encoded>
			<wfw:commentRss>http://mysql-code.com/wp/error/124/feed</wfw:commentRss>
		</item>
		<item>
		<title>123</title>
		<link>http://mysql-code.com/wp/error/123</link>
		<comments>http://mysql-code.com/wp/error/123#comments</comments>
		<pubDate>Fri, 21 Sep 2007 16:07:02 +0000</pubDate>
		<dc:creator>Jason De Arte</dc:creator>
		
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://mysql-code.com/wp/error/123</guid>
		<description><![CDATA[HA_ERR_RECORD_CHANGED
#define HA_ERR_RECORD_CHANGED 123 /* Uppdate with is recoverable */
TODO: Add context
]]></description>
			<content:encoded><![CDATA[<p>HA_ERR_RECORD_CHANGED</p>
<hr /><code><font size="2" color="#0000ff">#define</font><font size="2"> HA_ERR_RECORD_CHANGED 123 </font><font size="2" color="#008000">/* Uppdate with is recoverable */</font></code><br />
<hr />TODO: Add context</p>
]]></content:encoded>
			<wfw:commentRss>http://mysql-code.com/wp/error/123/feed</wfw:commentRss>
		</item>
		<item>
		<title>122</title>
		<link>http://mysql-code.com/wp/error/122</link>
		<comments>http://mysql-code.com/wp/error/122#comments</comments>
		<pubDate>Fri, 21 Sep 2007 15:55:24 +0000</pubDate>
		<dc:creator>Jason De Arte</dc:creator>
		
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://mysql-code.com/wp/error/122</guid>
		<description><![CDATA[TODO: Find where 122 is defined - I doesn&#8217;t appear to be listed with the other HA_ERR_* defines in my_base.h
Was it depreciated?
]]></description>
			<content:encoded><![CDATA[<p>TODO: Find where 122 is defined - I doesn&#8217;t appear to be listed with the other HA_ERR_* defines in my_base.h</p>
<p>Was it depreciated?</p>
]]></content:encoded>
			<wfw:commentRss>http://mysql-code.com/wp/error/122/feed</wfw:commentRss>
		</item>
		<item>
		<title>121</title>
		<link>http://mysql-code.com/wp/error/121</link>
		<comments>http://mysql-code.com/wp/error/121#comments</comments>
		<pubDate>Fri, 21 Sep 2007 15:52:09 +0000</pubDate>
		<dc:creator>Jason De Arte</dc:creator>
		
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://mysql-code.com/wp/general/121</guid>
		<description><![CDATA[HA_ERR_FOUND_DUPP_KEY 
#define HA_ERR_FOUND_DUPP_KEY 121 /* Dupplicate key on write */

TODO: Add context
]]></description>
			<content:encoded><![CDATA[<p>HA_ERR_FOUND_DUPP_KEY </p>
<hr /><code><font size="2" color="#0000ff">#define</font><font size="2" color="#000000"> HA_ERR_FOUND_DUPP_KEY 121 </font><font size="2" color="#008000">/* Dupplicate key on write */</font><br />
</code></p>
<hr />TODO: Add context</p>
]]></content:encoded>
			<wfw:commentRss>http://mysql-code.com/wp/error/121/feed</wfw:commentRss>
		</item>
		<item>
		<title>120</title>
		<link>http://mysql-code.com/wp/error/120</link>
		<comments>http://mysql-code.com/wp/error/120#comments</comments>
		<pubDate>Fri, 21 Sep 2007 15:51:22 +0000</pubDate>
		<dc:creator>Jason De Arte</dc:creator>
		
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://mysql-code.com/wp/error/120</guid>
		<description><![CDATA[HA_ERR_KEY_NOT_FOUND
#define HA_ERR_KEY_NOT_FOUND 120 /* Didn&#8217;t find key on read or update */ 
TODO: Add context
]]></description>
			<content:encoded><![CDATA[<p>HA_ERR_KEY_NOT_FOUND</p>
<hr /><code><font size="2" color="#0000ff">#define</font><font size="2"> HA_ERR_KEY_NOT_FOUND 120 </font><font size="2" color="#008000">/* Didn&#8217;t find key on read or update */</font> </code><br />
<hr />TODO: Add context</p>
]]></content:encoded>
			<wfw:commentRss>http://mysql-code.com/wp/error/120/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
