<?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: Hacking Open Source</title>
	<atom:link href="http://www.pythian.com/news/858/hacking-open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/858/hacking-open-source/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Automating To Save Time</title>
		<link>http://www.pythian.com/news/858/hacking-open-source/#comment-169620</link>
		<dc:creator>Automating To Save Time</dc:creator>
		<pubDate>Mon, 10 Mar 2008 17:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/858/hacking-open-source#comment-169620</guid>
		<description>[...]  Hacking Open Source [...]</description>
		<content:encoded><![CDATA[<p>[...]  Hacking Open Source [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjen Lentz</title>
		<link>http://www.pythian.com/news/858/hacking-open-source/#comment-169384</link>
		<dc:creator>Arjen Lentz</dc:creator>
		<pubDate>Mon, 10 Mar 2008 00:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/858/hacking-open-source#comment-169384</guid>
		<description>Hi Sheeri... mysqld_multi is broken in various ways and places, basically it has not been kept up-to date with other changes over the years.
I&#039;ve filed bugs on it. I tripped over this (again) a few weeks ago, and when checking in the bugs system I found that it was pretty much the same issue I&#039;d filed as a bug about a year back. So I amended it. It&#039;s in progress now, it seems.</description>
		<content:encoded><![CDATA[<p>Hi Sheeri&#8230; mysqld_multi is broken in various ways and places, basically it has not been kept up-to date with other changes over the years.<br />
I&#8217;ve filed bugs on it. I tripped over this (again) a few weeks ago, and when checking in the bugs system I found that it was pretty much the same issue I&#8217;d filed as a bug about a year back. So I amended it. It&#8217;s in progress now, it seems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheeri Cabral</title>
		<link>http://www.pythian.com/news/858/hacking-open-source/#comment-169334</link>
		<dc:creator>Sheeri Cabral</dc:creator>
		<pubDate>Sun, 09 Mar 2008 16:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/858/hacking-open-source#comment-169334</guid>
		<description>You know, I had thought to try that, but I&#039;d remembered wrongly that it was &quot;mysql_print_defaults&quot; and could not find the program.

It would actually be 

my_print_defaults mysqld_multi mysqld1 &#124; sed -e &#039;1i [mysqld]&#039; -e &#039;s/^--//&#039;

I do believe that if this were a closed source program, though, I would not even have access to the &quot;my_print_defaults&quot; program, which is basically part of the code library.

The point remains:  Being able to use the tools that the MySQL developers use is extremely valuable to the community, and it drives home that even though I do not hack the C code and probably never will, I am still benefiting from open source.</description>
		<content:encoded><![CDATA[<p>You know, I had thought to try that, but I&#8217;d remembered wrongly that it was &#8220;mysql_print_defaults&#8221; and could not find the program.</p>
<p>It would actually be </p>
<p>my_print_defaults mysqld_multi mysqld1 | sed -e &#8217;1i [mysqld]&#8216; -e &#8216;s/^&#8211;//&#8217;</p>
<p>I do believe that if this were a closed source program, though, I would not even have access to the &#8220;my_print_defaults&#8221; program, which is basically part of the code library.</p>
<p>The point remains:  Being able to use the tools that the MySQL developers use is extremely valuable to the community, and it drives home that even though I do not hack the C code and probably never will, I am still benefiting from open source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergei Golubchik</title>
		<link>http://www.pythian.com/news/858/hacking-open-source/#comment-169302</link>
		<dc:creator>Sergei Golubchik</dc:creator>
		<pubDate>Sun, 09 Mar 2008 11:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/858/hacking-open-source#comment-169302</guid>
		<description>I&#039;d probably use my_print_defaults for this. Something like

my_print_defaults mysqld mysqld1 &#124; sed -e &#039;1i [mysqld]&#039; -e &#039;s/^--//&#039;</description>
		<content:encoded><![CDATA[<p>I&#8217;d probably use my_print_defaults for this. Something like</p>
<p>my_print_defaults mysqld mysqld1 | sed -e &#8217;1i [mysqld]&#8216; -e &#8216;s/^&#8211;//&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

