<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Hacking Open Source</title>
	<link>http://www.pythian.com/blogs/858/hacking-open-source</link>
	<description>News and views from Pythian DBAs</description>
	<pubDate>Sat, 22 Nov 2008 06:18:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Automating To Save Time</title>
		<link>http://www.pythian.com/blogs/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>http://www.pythian.com/blogs/858/hacking-open-source#comment-169620</guid>
		<description>[...]  Hacking Open Source [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;]  Hacking Open Source [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjen Lentz</title>
		<link>http://www.pythian.com/blogs/858/hacking-open-source#comment-169384</link>
		<dc:creator>Arjen Lentz</dc:creator>
		<pubDate>Mon, 10 Mar 2008 00:16:27 +0000</pubDate>
		<guid>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'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'd filed as a bug about a year back. So I amended it. It'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/blogs/858/hacking-open-source#comment-169334</link>
		<dc:creator>Sheeri Cabral</dc:creator>
		<pubDate>Sun, 09 Mar 2008 16:25:08 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/858/hacking-open-source#comment-169334</guid>
		<description>You know, I had thought to try that, but I'd remembered wrongly that it was "mysql_print_defaults" and could not find the program.

It would actually be 

my_print_defaults mysqld_multi mysqld1 &#124; sed -e '1i [mysqld]' -e 's/^--//'

I do believe that if this were a closed source program, though, I would not even have access to the "my_print_defaults" 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 &#8216;1i [mysqld]&#8217; -e &#8217;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/blogs/858/hacking-open-source#comment-169302</link>
		<dc:creator>Sergei Golubchik</dc:creator>
		<pubDate>Sun, 09 Mar 2008 11:26:12 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/858/hacking-open-source#comment-169302</guid>
		<description>I'd probably use my_print_defaults for this. Something like

my_print_defaults mysqld mysqld1 &#124; sed -e '1i [mysqld]' -e 's/^--//'</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 &#8216;1i [mysqld]&#8217; -e &#8217;s/^&#8211;//&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
