<?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: mydumper</title>
	<atom:link href="http://mituzas.lt/2009/02/03/mydumper/feed/" rel="self" type="application/rss+xml" />
	<link>http://mituzas.lt/2009/02/03/mydumper/</link>
	<description>where ideas come and die</description>
	<lastBuildDate>Fri, 26 Feb 2010 17:15:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Tarto</title>
		<link>http://mituzas.lt/2009/02/03/mydumper/comment-page-1/#comment-189192</link>
		<dc:creator>Tarto</dc:creator>
		<pubDate>Fri, 08 May 2009 08:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=309#comment-189192</guid>
		<description>I removed PCRE_NEWLINE_ANY and it worked perfectly.
Really fast and easy to use!
I need to run more tests but it looks very promising.
Thank you for such a nice tool.</description>
		<content:encoded><![CDATA[<p>I removed PCRE_NEWLINE_ANY and it worked perfectly.<br />
Really fast and easy to use!<br />
I need to run more tests but it looks very promising.<br />
Thank you for such a nice tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domas Mituzas</title>
		<link>http://mituzas.lt/2009/02/03/mydumper/comment-page-1/#comment-189189</link>
		<dc:creator>Domas Mituzas</dc:creator>
		<pubDate>Thu, 07 May 2009 16:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=309#comment-189189</guid>
		<description>my fault - it has been fixed in trunk though, I was depending on too new PCRE version. 

just removing PCRE_NEWLINE_ANY from the file helps ;-) 

I&#039;ll release 0.1.6 with that fix, I guess, was a bit slacking, and expecting more changes to accumulate.</description>
		<content:encoded><![CDATA[<p>my fault &#8211; it has been fixed in trunk though, I was depending on too new PCRE version. </p>
<p>just removing PCRE_NEWLINE_ANY from the file helps ;-) </p>
<p>I&#8217;ll release 0.1.6 with that fix, I guess, was a bit slacking, and expecting more changes to accumulate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddddddddddddd</title>
		<link>http://mituzas.lt/2009/02/03/mydumper/comment-page-1/#comment-189188</link>
		<dc:creator>ddddddddddddd</dc:creator>
		<pubDate>Thu, 07 May 2009 13:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=309#comment-189188</guid>
		<description>[root@localhost mydumper-0.1.5]# yum install glib2-devel mysql-devel zlib-devel pcre-devel
Setting up Install Process
Parsing package install arguments
Package glib2-devel - 2.12.3-4.el5_3.1.i386 is already installed.
Package mysql-devel - 5.0.45-7.el5.i386 is already installed.
Package zlib-devel - 1.2.3-3.i386 is already installed.
Package pcre-devel - 6.6-2.el5_1.7.i386 is already installed.
Nothing to do
[root@localhost mydumper-0.1.5]# make
cc `mysql_config --cflags` `pkg-config --cflags glib-2.0 gthread-2.0` `pcre-config --cflags` -O3 -g   -c -o mydumper.o mydumper.c
mydumper.c: In function ‘check_regex’:
mydumper.c:112: error: ‘PCRE_NEWLINE_ANY’ undeclared (first use in this function)
mydumper.c:112: error: (Each undeclared identifier is reported only once
mydumper.c:112: error: for each function it appears in.)
make: *** [mydumper.o] Error 1
[root@localhost mydumper-0.1.5]#

Thank you for &quot;nice&quot; software.</description>
		<content:encoded><![CDATA[<p>[root@localhost mydumper-0.1.5]# yum install glib2-devel mysql-devel zlib-devel pcre-devel<br />
Setting up Install Process<br />
Parsing package install arguments<br />
Package glib2-devel &#8211; 2.12.3-4.el5_3.1.i386 is already installed.<br />
Package mysql-devel &#8211; 5.0.45-7.el5.i386 is already installed.<br />
Package zlib-devel &#8211; 1.2.3-3.i386 is already installed.<br />
Package pcre-devel &#8211; 6.6-2.el5_1.7.i386 is already installed.<br />
Nothing to do<br />
[root@localhost mydumper-0.1.5]# make<br />
cc `mysql_config &#8211;cflags` `pkg-config &#8211;cflags glib-2.0 gthread-2.0` `pcre-config &#8211;cflags` -O3 -g   -c -o mydumper.o mydumper.c<br />
mydumper.c: In function ‘check_regex’:<br />
mydumper.c:112: error: ‘PCRE_NEWLINE_ANY’ undeclared (first use in this function)<br />
mydumper.c:112: error: (Each undeclared identifier is reported only once<br />
mydumper.c:112: error: for each function it appears in.)<br />
make: *** [mydumper.o] Error 1<br />
[root@localhost mydumper-0.1.5]#</p>
<p>Thank you for &#8220;nice&#8221; software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domas Mituzas</title>
		<link>http://mituzas.lt/2009/02/03/mydumper/comment-page-1/#comment-189128</link>
		<dc:creator>Domas Mituzas</dc:creator>
		<pubDate>Sun, 19 Apr 2009 16:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=309#comment-189128</guid>
		<description>Baron,

I know about mk-parallel-dump options and about the --tab :). Actually in my tests gzip doesn&#039;t matter (client has enough of CPU to facilitate that ;-) - and I don&#039;t want to use tab formats (the whole idea was having the logical sql dump). 

This project showcases that there are ways to do things better ;-)</description>
		<content:encoded><![CDATA[<p>Baron,</p>
<p>I know about mk-parallel-dump options and about the &#8211;tab :). Actually in my tests gzip doesn&#8217;t matter (client has enough of CPU to facilitate that ;-) &#8211; and I don&#8217;t want to use tab formats (the whole idea was having the logical sql dump). </p>
<p>This project showcases that there are ways to do things better ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://mituzas.lt/2009/02/03/mydumper/comment-page-1/#comment-189127</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Sun, 19 Apr 2009 16:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=309#comment-189127</guid>
		<description>What options did you use for mk-parallel-dump?  If you give it --tab, it does NOT use mysqldump, it uses SELECT INTO OUTFILE.  This might end up being faster than mydumper.  Of course it only works if you run it on the same machine you&#039;re dumping.  Oh, and by default it&#039;s gzipping the result of the dump, so if you disable that, it should be faster too.

Not that I disagree with you: Perl ain&#039;t the solution here...</description>
		<content:encoded><![CDATA[<p>What options did you use for mk-parallel-dump?  If you give it &#8211;tab, it does NOT use mysqldump, it uses SELECT INTO OUTFILE.  This might end up being faster than mydumper.  Of course it only works if you run it on the same machine you&#8217;re dumping.  Oh, and by default it&#8217;s gzipping the result of the dump, so if you disable that, it should be faster too.</p>
<p>Not that I disagree with you: Perl ain&#8217;t the solution here&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domas Mituzas</title>
		<link>http://mituzas.lt/2009/02/03/mydumper/comment-page-1/#comment-189011</link>
		<dc:creator>Domas Mituzas</dc:creator>
		<pubDate>Tue, 24 Mar 2009 07:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=309#comment-189011</guid>
		<description>roy, mylvmbackup is neither logical, portable nor parallel ! ;-)</description>
		<content:encoded><![CDATA[<p>roy, mylvmbackup is neither logical, portable nor parallel ! ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roy f</title>
		<link>http://mituzas.lt/2009/02/03/mydumper/comment-page-1/#comment-189008</link>
		<dc:creator>roy f</dc:creator>
		<pubDate>Tue, 24 Mar 2009 06:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=309#comment-189008</guid>
		<description>why not mylvmbackup ?</description>
		<content:encoded><![CDATA[<p>why not mylvmbackup ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Buffer #134: A Carnival of the Vanities for DBAs</title>
		<link>http://mituzas.lt/2009/02/03/mydumper/comment-page-1/#comment-188819</link>
		<dc:creator>Log Buffer #134: A Carnival of the Vanities for DBAs</dc:creator>
		<pubDate>Fri, 06 Feb 2009 17:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=309#comment-188819</guid>
		<description>[...] might use Domas Mituzas&#8217;s just-released mydumper, of which Domas says: &#8220;I had that idea that there’s no good tool to do logical dump of [...]</description>
		<content:encoded><![CDATA[<p>[...] might use Domas Mituzas&#8217;s just-released mydumper, of which Domas says: &#8220;I had that idea that there’s no good tool to do logical dump of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://mituzas.lt/2009/02/03/mydumper/comment-page-1/#comment-188803</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 04 Feb 2009 03:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=309#comment-188803</guid>
		<description>This is an awesome tool for me, actually. I have been backing up MyISAM/InnoDB databases nightly for a client and once a week lately it seems the job gets stuck or takes so long it bottlenecks some cronjobs which never finish as well, and then run the next instance over and over until the box has to be forcibly rebooted.

This might help cut down on the time needed to do the dump!

I should probably also put a lockfile in, now that I think about it, so cronjobs exit without doing anything during the nightly backup. I don&#039;t have extra resources for some sort of replication based backup, LVM backups would be proprietary and not plain SQL ... I was looking for an alternative but to get a plain SQL dump it seems like this might wind up being the winner!</description>
		<content:encoded><![CDATA[<p>This is an awesome tool for me, actually. I have been backing up MyISAM/InnoDB databases nightly for a client and once a week lately it seems the job gets stuck or takes so long it bottlenecks some cronjobs which never finish as well, and then run the next instance over and over until the box has to be forcibly rebooted.</p>
<p>This might help cut down on the time needed to do the dump!</p>
<p>I should probably also put a lockfile in, now that I think about it, so cronjobs exit without doing anything during the nightly backup. I don&#8217;t have extra resources for some sort of replication based backup, LVM backups would be proprietary and not plain SQL &#8230; I was looking for an alternative but to get a plain SQL dump it seems like this might wind up being the winner!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domas Mituzas</title>
		<link>http://mituzas.lt/2009/02/03/mydumper/comment-page-1/#comment-188802</link>
		<dc:creator>Domas Mituzas</dc:creator>
		<pubDate>Tue, 03 Feb 2009 21:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=309#comment-188802</guid>
		<description>mysqlhotcopy would not work with InnoDB datastores (nor MyISAM, it locks stuff too much), innodb hot backup is proprietary, and neither perform logical backups.</description>
		<content:encoded><![CDATA[<p>mysqlhotcopy would not work with InnoDB datastores (nor MyISAM, it locks stuff too much), innodb hot backup is proprietary, and neither perform logical backups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roy f</title>
		<link>http://mituzas.lt/2009/02/03/mydumper/comment-page-1/#comment-188800</link>
		<dc:creator>roy f</dc:creator>
		<pubDate>Tue, 03 Feb 2009 16:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://dammit.lt/?p=309#comment-188800</guid>
		<description>Why not use mysqlhotcopy or innodb hot backup ?</description>
		<content:encoded><![CDATA[<p>Why not use mysqlhotcopy or innodb hot backup ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
