<?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>LocalDev &#187; stack overrun</title>
	<atom:link href="http://localdev.de/tags/stack-overrun/feed/" rel="self" type="application/rss+xml" />
	<link>http://localdev.de</link>
	<description>Web, Desktop &#38; Mobile Development</description>
	<lastBuildDate>Mon, 16 Aug 2010 21:45:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MySQL: Thread stack overrun</title>
		<link>http://localdev.de/2009/11/mysql-thread-stack-overrun/</link>
		<comments>http://localdev.de/2009/11/mysql-thread-stack-overrun/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 08:15:19 +0000</pubDate>
		<dc:creator>Fabian Martin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tipps & Tricks]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[stack overrun]]></category>

		<guid isPermaLink="false">http://localdev.de/?p=269</guid>
		<description><![CDATA[Diese Fehlermeldung bekam ich beim Ausführen einer Stored Procedure, die lediglich zwei Einträge in die Tabellen einfügt. SQL Error: Thread stack overrun: 8824 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack. Schuld ist eine Voreinstellung bei Debian basierten Distributionen. In der /etc/mysql/my.cnf wird [...]]]></description>
			<content:encoded><![CDATA[<p>Diese Fehlermeldung bekam ich beim Ausführen einer Stored Procedure, die lediglich zwei Einträge in die Tabellen einfügt.</p>
<pre class="brush: sql;">SQL Error: Thread stack overrun: 8824 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack.</pre>
<p>Schuld ist eine Voreinstellung bei Debian basierten Distributionen. In der <em>/etc/mysql/my.cnf</em> wird der Wert von <em>thread_stack</em> auf <em>128k</em> festgelegt. Erhöht man diesen Wert auf <em>192k</em> (MySQL Standard), funktionieren auch einfache Stored Procedures wieder.</p>
]]></content:encoded>
			<wfw:commentRss>http://localdev.de/2009/11/mysql-thread-stack-overrun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching using memcached

Served from: localdev.de @ 2010-09-10 19:07:59 -->