<?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>MySQL Performance Blog &#187; release</title>
	<atom:link href="http://www.mysqlperformanceblog.com/category/release/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com</link>
	<description>Everything about MySQL Performance</description>
	<lastBuildDate>Sat, 21 Nov 2009 03:11:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>xtrabackup-0.9.5rc</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/24/xtrabackup-0-9-5rc/</link>
		<comments>http://www.mysqlperformanceblog.com/2009/10/24/xtrabackup-0-9-5rc/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 06:43:34 +0000</pubDate>
		<dc:creator>Aleksandr Kuzminsky</dc:creator>
				<category><![CDATA[announce]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1523</guid>
		<description><![CDATA[Dear Community,
As of today release 0.9.5rc is available.
In this release there are following changes:
Changelog:

Option &#8211;no-lock is added to innobackupex-1.5.1. Use it only while ALL your
tables are InnoDB and you DO NOT CARE about binary log
position of backup
XtraBackup is ported for InnoDB Plugin 1.0.4. Barracuda file format as well as compressed tables are supported. We thank [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Community,</p>
<p>As of today release 0.9.5rc is available.</p>
<p>In this release there are following changes:<br />
<strong>Changelog:</strong></p>
<ul>
<li>Option &#8211;no-lock is added to innobackupex-1.5.1. Use it only while ALL your<br />
tables are InnoDB and you DO NOT CARE about binary log<br />
position of backup</li>
<li>XtraBackup is ported for InnoDB Plugin 1.0.4. Barracuda file format as well as compressed tables are supported. We thank a <span>well known Social Network site for the sponsorship.<br />
</span></li>
<li>Windows conscious change more</li>
<li>Impoved error messages in innobackupex</li>
<li>Windows conscious experimental change</li>
<li>Suppress purge when &#8211;stats</li>
<li>Build number in RPM name. For instance, in the name <a href="http://www.percona.com/mysql/xtrabackup/0.9.5rc/RPM/rhel5/xtrabackup-0.9.5rc-50.rhel5.x86_64.rpm">xtrabackup-0.9.5rc-50.rhel5.x86_64.rpm</a> 50 is the build number.</li>
<li>Suppress master_thread ibuf operations for &#8211;stats</li>
<li>Suppress ibuf operations for &#8211;stats</li>
<li>fFx fatal bug at &#8211;backup when added &#8211;stats</li>
<li>New option &#8211;stats to gather index stats</li>
<li>Fixed some bugs for a 32bit platform</li>
</ul>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li><a href="https://bugs.launchpad.net/percona-xtrabackup/+bug/435634">Bug #435634 in Percona-XtraBackup: &#8220;xtrabackup can&#8217;t write to a file on windows&#8221;</a></li>
<li><a href="https://bugs.launchpad.net/percona-xtrabackup/+bug/437788">Bug #437788 in Percona-XtraBackup: &#8220;xtrabackup.exe can&#8217;t write to a file&#8221;</a></li>
<li><a href="https://bugs.launchpad.net/percona-xtrabackup/+bug/386535">Bug #386535 in Percona-XtraBackup: &#8220;ibbackup_binlog_marker bug still persists&#8221;</a></li>
<li><a href="https://bugs.launchpad.net/percona-xtrabackup/+bug/402884">Bug #402884 in Percona-XtraBackup: &#8220;tries to create temporary tables in relative ./tmp directory&#8221;</a></li>
<li><a href="https://bugs.launchpad.net/percona-xtrabackup/+bug/417178">Bug #417178 in Percona-XtraBackup: &#8220;can&#8217;t backup tables with $ in name&#8221;</a></li>
</ul>
<p>The binary packages for RHEL4,5, Debian, FreeBSD, MacOS as well as source code of the XtraBackup is available on <a href="http://www.percona.com/mysql/xtrabackup/0.9.5rc/">http://www.percona.com/mysql/xtrabackup/0.9.5rc/</a>.</p>
<p>The Debian package is also available via APT. Just add these lines  in /etc/apt/sources.list</p>
<pre>deb http://repo.percona.com/apt lenny main
deb-src http://repo.percona.com/apt lenny main</pre>
<p>Update the local database</p>
<pre># apt-get update</pre>
<p>And install xtrabackup</p>
<pre># apt-get install xtrabackup</pre>
<p>The project lives on Launchpad : <a href="https://launchpad.net/percona-xtrabackup">https://launchpad.net/percona-xtrabackup</a> and you can report bug to Launchpad bug system:<br />
<a href="https://launchpad.net/percona-xtrabackup/+filebug">https://launchpad.net/percona-xtrabackup/+filebug</a>. The documentation is available on <a href="http://www.percona.com/docs/wiki/percona-xtrabackup:start">our Wiki</a>.</p>
<p>For general questions use our <a href="http://groups.google.com/group/percona-discussion">Pecona-discussions</a> group, and for development question <a href="http://groups.google.com/group/percona-dev">Percona-dev</a> group.</p>
<p>For support, commercial and sponsorship inquiries contact <a href="http://www.percona.com/contacts.html">Percona</a>.</p>
    <hr noshade style="margin:0;height:1px" />
    <p>Entry posted by Aleksandr Kuzminsky |
      <a href="http://www.mysqlperformanceblog.com/2009/10/24/xtrabackup-0-9-5rc/#comments">10 comments</a></p>
    <p>Add to: <a href="http://del.icio.us/post?url=http://www.mysqlperformanceblog.com/2009/10/24/xtrabackup-0-9-5rc/&amp;title=xtrabackup-0.9.5rc" title="Bookmark this post on del.icio.us"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/delicious.png" alt="delicious" /></a> | <a href="http://digg.com/submit?phase=2&amp;url=http://www.mysqlperformanceblog.com/2009/10/24/xtrabackup-0-9-5rc/&amp;title=xtrabackup-0.9.5rc" title="Digg this post on Digg.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/digg.png" alt="digg" /></a> | <a href="http://reddit.com/submit?url=http://www.mysqlperformanceblog.com/2009/10/24/xtrabackup-0-9-5rc/&amp;title=xtrabackup-0.9.5rc" title="Submit this post on reddit.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/reddit.png" alt="reddit" /></a> | <a href="http://www.netscape.com/submit/?U=http://www.mysqlperformanceblog.com/2009/10/24/xtrabackup-0-9-5rc/&amp;T=xtrabackup-0.9.5rc" title="Vote for this article on Netscape"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/netscape.gif" alt="netscape" /></a> | <a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.mysqlperformanceblog.com/2009/10/24/xtrabackup-0-9-5rc/&amp;title=xtrabackup-0.9.5rc" title="Add to Google Bookmarks"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/google.png" alt="Google Bookmarks" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mysqlperformanceblog.com/2009/10/24/xtrabackup-0-9-5rc/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>XtraDB storage engine release 1.0.3-7</title>
		<link>http://www.mysqlperformanceblog.com/2009/08/17/xtradb-storage-engine-release-1-0-3-7/</link>
		<comments>http://www.mysqlperformanceblog.com/2009/08/17/xtradb-storage-engine-release-1-0-3-7/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 10:49:20 +0000</pubDate>
		<dc:creator>Aleksandr Kuzminsky</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1021</guid>
		<description><![CDATA[Dear Community,
Today we are announcing XtraDB release 7.
This is the last release based on InnoDB plugin version 1.0.3, as you might know Innobase has released 1.0.4.
The release includes following new features:

MySQL 5.1.37 as a base release
speed hack for buf_flush_insert_sorted_into_flush_list controlled by the new variable innodb_fast_recovery

Fixed bugs:

MySQL Bugs: #45357: 5.1.35 crashes with Failing assertion: index-&#62;type &#38; [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Community,</p>
<p>Today we are announcing XtraDB release 7.<br />
This is the last release based on InnoDB plugin version 1.0.3, as you might know <a href="http://www.mysqlperformanceblog.com/2009/08/11/innodb-plugin-1-0-4-released-great-job-innobase/">Innobase has released 1.0.4</a>.</p>
<p>The release includes following new features:</p>
<ul>
<li>MySQL 5.1.37 as a base release</li>
<li>speed hack for buf_flush_insert_sorted_into_flush_list controlled by the new variable innodb_fast_recovery</li>
</ul>
<p>Fixed bugs:</p>
<ul>
<li><a href="http://bugs.mysql.com/45357">MySQL Bugs: #45357: 5.1.35 crashes with Failing assertion: index-&gt;type &amp; DICT_CLUSTERED</a></li>
<li><a href="https://bugs.launchpad.net/percona-xtradb/+bug/405714">Bug #405714 in Percona-XtraDB: “During page flush it may be enqueued for flush again when innodb_flush_neighbours=0”</a></li>
<li><a href="https://bugs.launchpad.net/percona-xtradb/+bug/395783">Bug #395783 in Percona-XtraDB: “main.innodb_bug42101 fails on 5.1.36”</a></li>
<p>This fixes also <a href="http://bugs.mysql.com/bug.php?id=45749">http://bugs.mysql.com/bug.php?id=45749</a> and <a href="http://bugs.mysql.com/bug.php?id=42101">http://bugs.mysql.com/bug.php?id=42101</a></ul>
<p>The builds for RedHat4,5 and Debian are located on <a href="http://www.percona.com/mysql/xtradb/5.1.37-7/">http://www.percona.com/mysql/xtradb/5.1.37-7/</a><br />
The latest source code of XtraDB, including development branch you can find on <a href="https://launchpad.net/percona-xtradb">LaunchPAD</a>.</p>
<p>Please report any bugs found on <a href="https://bugs.launchpad.net/percona-xtradb/+bugs-index">Bugs in Percona XtraDB Storage Engine for MySQL</a>.<br />
For general questions use our <a href="http://groups.google.com/group/percona-discussion">Pecona-discussions</a> group, and for development question <a href="http://groups.google.com/group/percona-dev">Percona-dev</a> group.</p>
<p>For support, commercial and sponsorship inquiries contact <a href="http://www.percona.com/contacts.html">Percona</a></p>
    <hr noshade style="margin:0;height:1px" />
    <p>Entry posted by Aleksandr Kuzminsky |
      <a href="http://www.mysqlperformanceblog.com/2009/08/17/xtradb-storage-engine-release-1-0-3-7/#comments">6 comments</a></p>
    <p>Add to: <a href="http://del.icio.us/post?url=http://www.mysqlperformanceblog.com/2009/08/17/xtradb-storage-engine-release-1-0-3-7/&amp;title=XtraDB storage engine release 1.0.3-7" title="Bookmark this post on del.icio.us"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/delicious.png" alt="delicious" /></a> | <a href="http://digg.com/submit?phase=2&amp;url=http://www.mysqlperformanceblog.com/2009/08/17/xtradb-storage-engine-release-1-0-3-7/&amp;title=XtraDB storage engine release 1.0.3-7" title="Digg this post on Digg.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/digg.png" alt="digg" /></a> | <a href="http://reddit.com/submit?url=http://www.mysqlperformanceblog.com/2009/08/17/xtradb-storage-engine-release-1-0-3-7/&amp;title=XtraDB storage engine release 1.0.3-7" title="Submit this post on reddit.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/reddit.png" alt="reddit" /></a> | <a href="http://www.netscape.com/submit/?U=http://www.mysqlperformanceblog.com/2009/08/17/xtradb-storage-engine-release-1-0-3-7/&amp;T=XtraDB storage engine release 1.0.3-7" title="Vote for this article on Netscape"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/netscape.gif" alt="netscape" /></a> | <a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.mysqlperformanceblog.com/2009/08/17/xtradb-storage-engine-release-1-0-3-7/&amp;title=XtraDB storage engine release 1.0.3-7" title="Add to Google Bookmarks"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/google.png" alt="Google Bookmarks" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mysqlperformanceblog.com/2009/08/17/xtradb-storage-engine-release-1-0-3-7/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>5.0.84-build18 Percona binaries</title>
		<link>http://www.mysqlperformanceblog.com/2009/08/11/5-0-84-build18-percona-binaries/</link>
		<comments>http://www.mysqlperformanceblog.com/2009/08/11/5-0-84-build18-percona-binaries/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 13:50:48 +0000</pubDate>
		<dc:creator>Aleksandr Kuzminsky</dc:creator>
				<category><![CDATA[announce]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1001</guid>
		<description><![CDATA[Dear Community,
The 18-th build of MySQL server with Percona patches is available now.
Comparing to the previous release it has following new features:

The build is based on MySQL-5.0.84
Fixed the issue with CLIENT_STATISTICS
New patch innodb_recovery_patches.patch greatly improves recovery time

Fixed bugs in the build:

Bug #407117 in Percona patches: &#8220;any mysql-test fails with a warning &#8220;master.err: ctype_ucs2_def: InnoDB: Warning: [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Community,</p>
<p>The 18-th build of MySQL server with Percona patches is available now.</p>
<p>Comparing to the previous release it has following new features:</p>
<ul>
<li>The build is based on MySQL-5.0.84</li>
<li>Fixed the <a href="https://bugs.launchpad.net/ourdelta/+bug/338012">issue</a> with CLIENT_STATISTICS</li>
<li>New patch <a href="http://www.percona.com/docs/wiki/percona-xtradb:patch:innodb_recovery_patches">innodb_recovery_patches.patch</a> greatly improves recovery time</li>
</ul>
<p>Fixed bugs in the build:</p>
<ul>
<li><a href="https://bugs.launchpad.net/percona-patches/+bug/407117">Bug #407117 in Percona patches: &#8220;any mysql-test fails with a warning &#8220;master.err: ctype_ucs2_def: InnoDB: Warning: some resources were not cleaned up in shutdown:&#8221;"</a></li>
<li><a href="https://bugs.launchpad.net/percona-patches/+bug/352840">Bug #352840 in Percona patches: &#8220;INNODB_BUFFER_POOL_CONTENT privacy issue&#8221;</a></li>
</ul>
<p>You can download binaries and sources with the patches here</p>
<p><a href="http://www.percona.com/mysql/5.0.84-b18/">http://www.percona.com/mysql/5.0.84-b18/</a></p>
<p>The Percona patches live on Launchpad : <a href="https://launchpad.net/percona-patches">https://launchpad.net/percona-patches</a> and you can report bug to Launchpad bug system:</p>
<p><a href="https://launchpad.net/percona-patches/+filebug">https://launchpad.net/percona-patches/+filebug</a>. The documentation is available on <a href="http://www.percona.com/docs/wiki/patches:start">our Wiki</a></p>
<p>For general questions use our <a href="http://groups.google.com/group/percona-discussion">Pecona-discussions</a> group, and for development question <a href="http://groups.google.com/group/percona-dev">Percona-dev</a> group.</p>
<p>For support, commercial and sponsorship inquiries contact <a href="http://www.percona.com/contacts.html">Percona</a>.</p>
    <hr noshade style="margin:0;height:1px" />
    <p>Entry posted by Aleksandr Kuzminsky |
      <a href="http://www.mysqlperformanceblog.com/2009/08/11/5-0-84-build18-percona-binaries/#comments">4 comments</a></p>
    <p>Add to: <a href="http://del.icio.us/post?url=http://www.mysqlperformanceblog.com/2009/08/11/5-0-84-build18-percona-binaries/&amp;title=5.0.84-build18 Percona binaries" title="Bookmark this post on del.icio.us"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/delicious.png" alt="delicious" /></a> | <a href="http://digg.com/submit?phase=2&amp;url=http://www.mysqlperformanceblog.com/2009/08/11/5-0-84-build18-percona-binaries/&amp;title=5.0.84-build18 Percona binaries" title="Digg this post on Digg.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/digg.png" alt="digg" /></a> | <a href="http://reddit.com/submit?url=http://www.mysqlperformanceblog.com/2009/08/11/5-0-84-build18-percona-binaries/&amp;title=5.0.84-build18 Percona binaries" title="Submit this post on reddit.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/reddit.png" alt="reddit" /></a> | <a href="http://www.netscape.com/submit/?U=http://www.mysqlperformanceblog.com/2009/08/11/5-0-84-build18-percona-binaries/&amp;T=5.0.84-build18 Percona binaries" title="Vote for this article on Netscape"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/netscape.gif" alt="netscape" /></a> | <a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.mysqlperformanceblog.com/2009/08/11/5-0-84-build18-percona-binaries/&amp;title=5.0.84-build18 Percona binaries" title="Add to Google Bookmarks"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/google.png" alt="Google Bookmarks" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mysqlperformanceblog.com/2009/08/11/5-0-84-build18-percona-binaries/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>5.0.83-build17 Percona binaries</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/28/5-0-83-build17-percona-binaries/</link>
		<comments>http://www.mysqlperformanceblog.com/2009/07/28/5-0-83-build17-percona-binaries/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 20:49:40 +0000</pubDate>
		<dc:creator>Aleksandr Kuzminsky</dc:creator>
				<category><![CDATA[announce]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=866</guid>
		<description><![CDATA[Dear Community,
The build 17 of MySQL with Percona patches is available.
New features in the release:

MySQL-5.0.83 is taken as the basis
The new patch innodb_use_sys_malloc.patch is added
The new patch innodb_split_buf_pool_mutex.patch is added
This patch splits the single global InnoDB buffer pool mutex into several mutexes for different purposes. This reduces mutex contention. It may help if you suffer [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Community,</p>
<p>The build 17 of MySQL with Percona patches is available.</p>
<p>New features in the release:</p>
<ul>
<li>MySQL-5.0.83 is taken as the basis</li>
<li>The new patch innodb_use_sys_malloc.patch is added</li>
<li>The new patch <a href="http://www.percona.com/docs/wiki/patches:innodb_split_buffer_pool_mutex">innodb_split_buf_pool_mutex.patch</a> is added</li>
<p>This patch splits the single global InnoDB buffer pool mutex into several mutexes for different purposes. This reduces mutex contention. It may help if you suffer performance loss when the working set does not fit in memory. You can detect buffer pool mutex contention by examining the output of SHOW INNODB STATUS and looking at the first section, SEMAPHORES.</p>
<li>Google&#8217;s style IO &#8211; <a href="http://www.percona.com/docs/wiki/patches:innodb_io_patches">innodb_io_patches.patch</a></li>
<li><a href="http://www.percona.com/docs/wiki/patches:innodb_io_patches">FreeBSD .tar.gz package for amd64 platform is available</a></li>
</ul>
<p>You can download binaries and sources with the patches here</p>
<p><a href="http://www.percona.com/mysql/5.0.83-b17/">http://www.percona.com/mysql/5.0.83-b17/</a></p>
<p>The Percona patches live on Launchpad : <a href="https://launchpad.net/percona-patches">https://launchpad.net/percona-patches</a> and you can report bug to Launchpad bug system:</p>
<p><a href="https://launchpad.net/percona-patches/+filebug">https://launchpad.net/percona-patches/+filebug</a>. The documentation is available on <a href="http://www.percona.com/docs/wiki/patches:start">our Wiki</a></p>
<p>For general questions use our <a href="http://groups.google.com/group/percona-discussion">Pecona-discussions</a> group, and for development question <a href="http://groups.google.com/group/percona-dev">Percona-dev</a> group.</p>
<p>For support, commercial and sponsorship inquiries contact <a href="http://www.percona.com/contacts.html">Percona</a>.</p>
    <hr noshade style="margin:0;height:1px" />
    <p>Entry posted by Aleksandr Kuzminsky |
      <a href="http://www.mysqlperformanceblog.com/2009/07/28/5-0-83-build17-percona-binaries/#comments">19 comments</a></p>
    <p>Add to: <a href="http://del.icio.us/post?url=http://www.mysqlperformanceblog.com/2009/07/28/5-0-83-build17-percona-binaries/&amp;title=5.0.83-build17 Percona binaries" title="Bookmark this post on del.icio.us"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/delicious.png" alt="delicious" /></a> | <a href="http://digg.com/submit?phase=2&amp;url=http://www.mysqlperformanceblog.com/2009/07/28/5-0-83-build17-percona-binaries/&amp;title=5.0.83-build17 Percona binaries" title="Digg this post on Digg.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/digg.png" alt="digg" /></a> | <a href="http://reddit.com/submit?url=http://www.mysqlperformanceblog.com/2009/07/28/5-0-83-build17-percona-binaries/&amp;title=5.0.83-build17 Percona binaries" title="Submit this post on reddit.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/reddit.png" alt="reddit" /></a> | <a href="http://www.netscape.com/submit/?U=http://www.mysqlperformanceblog.com/2009/07/28/5-0-83-build17-percona-binaries/&amp;T=5.0.83-build17 Percona binaries" title="Vote for this article on Netscape"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/netscape.gif" alt="netscape" /></a> | <a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.mysqlperformanceblog.com/2009/07/28/5-0-83-build17-percona-binaries/&amp;title=5.0.83-build17 Percona binaries" title="Add to Google Bookmarks"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/google.png" alt="Google Bookmarks" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mysqlperformanceblog.com/2009/07/28/5-0-83-build17-percona-binaries/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>XtraDB storage engine release 1.0.3-6</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/20/xtradb-storage-engine-release-1-0-3-6/</link>
		<comments>http://www.mysqlperformanceblog.com/2009/07/20/xtradb-storage-engine-release-1-0-3-6/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 20:44:51 +0000</pubDate>
		<dc:creator>Aleksandr Kuzminsky</dc:creator>
				<category><![CDATA[release]]></category>
		<category><![CDATA[storage engine]]></category>
		<category><![CDATA[xtradb]]></category>
		<category><![CDATA[MySQL Storage Engine]]></category>

		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=719</guid>
		<description><![CDATA[Dear community,
Today we are pleased to announce release 6 of XtraDB &#8211; the result of 2 months hard work.
The release includes following new features:

MySQL 5.1.36 as a base release
New patch  innodb_recovery_patches.patch
Experimental adaptive checkpoint method estimate
innodb_stats &#8211; the implementation of the fix forMySQL Bug#30423
expand-import Support of import InnoDB / XtraDB tables from another server
split-bufpool-mutex-3 New [...]]]></description>
			<content:encoded><![CDATA[<p>Dear community,</p>
<p>Today we are pleased to announce release 6 of XtraDB &#8211; the result of 2 months hard work.</p>
<p>The release includes following new features:</p>
<ul>
<li>MySQL 5.1.36 as a base release</li>
<li>New patch  <code>innodb_recovery_patches.patch</code></li>
<li>Experimental adaptive checkpoint method <strong>estimate</strong></li>
<li>innodb_stats &#8211; the implementation of the fix for<a href="http://bugs.mysql.com/bug.php?id=30423">MySQL Bug#30423</a></li>
<li><a class="link" title="Show revision 66" href="http://bazaar.launchpad.net/%7Epercona-dev/percona-xtradb/extensions-1.0/revision/66">expand-import</a> Support of import InnoDB / XtraDB tables from another server</li>
<li><a class="link" title="Show revision 65" href="http://bazaar.launchpad.net/%7Epercona-dev/percona-xtradb/extensions-1.0/revision/65">split-bufpool-mutex-3</a> New patch to split buffer pool mutex</li>
<li><a class="link" title="Show revision 64" href="http://bazaar.launchpad.net/%7Epercona-dev/percona-xtradb/extensions-1.0/revision/64">g-style-io-thread</a> Google&#8217;s fixes to InnoDB IO threads</li>
<li><a class="link" title="Show revision 63" href="http://bazaar.launchpad.net/%7Epercona-dev/percona-xtradb/extensions-1.0/revision/63">dict-size-limit</a> Limit of internal data dictionary</li>
</ul>
<p>Fixed bugs:</p>
<ul>
<li><a href="http://bugs.mysql.com/39793">MySQL Bugs: #39793: Foreign keys not constructed when column has a &#8216;#&#8217; in a comment or default value</a></li>
<li><a href="https://bugs.launchpad.net/percona-xtradb/+bug/395784">Bug #395784 in Percona-XtraDB: “main.innodb_xtradb_bug317074 internal check fails on 5.1.36”</a></li>
<li><a href="https://bugs.launchpad.net/percona-xtradb/+bug/395778">Bug #395778 in Percona-XtraDB: “main.innodb-analyze internal check failed on 5.1.36”</a></li>
<li><a href="https://bugs.launchpad.net/percona-xtradb/+bug/391189">Bug #391189 in Percona-XtraDB: “main.innodb_bug36172 mysq test fails with innodb_stat.patch applied”</a></li>
<li><a href="https://bugs.launchpad.net/percona-xtradb/+bug/388884">Bug #388884 in Percona-XtraDB: “patching fails on 5.1.35”</a></li>
</ul>
<p>The builds for RedHat4,5 and Debian are located on <a href="http://www.percona.com/mysql/xtradb/5.1.36-6/">http://www.percona.com/mysql/xtradb/5.1.36-6/</a><br />
The latest source code of XtraDB, including development branch you can find on <a href="https://launchpad.net/percona-xtradb">LaunchPAD</a>.</p>
<p>Please report any bugs found on <a href="https://bugs.launchpad.net/percona-xtradb/+bugs-index">Bugs in Percona XtraDB Storage Engine for MySQL</a>.<br />
For general questions use our <a href="http://groups.google.com/group/percona-discussion">Pecona-discussions</a> group, and for development question <a href="http://groups.google.com/group/percona-dev">Percona-dev</a> group.</p>
<p>For support, commercial and sponsorship inquiries contact <a href="http://www.percona.com/contacts.html">Percona</a></p>
    <hr noshade style="margin:0;height:1px" />
    <p>Entry posted by Aleksandr Kuzminsky |
      <a href="http://www.mysqlperformanceblog.com/2009/07/20/xtradb-storage-engine-release-1-0-3-6/#comments">6 comments</a></p>
    <p>Add to: <a href="http://del.icio.us/post?url=http://www.mysqlperformanceblog.com/2009/07/20/xtradb-storage-engine-release-1-0-3-6/&amp;title=XtraDB storage engine release 1.0.3-6" title="Bookmark this post on del.icio.us"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/delicious.png" alt="delicious" /></a> | <a href="http://digg.com/submit?phase=2&amp;url=http://www.mysqlperformanceblog.com/2009/07/20/xtradb-storage-engine-release-1-0-3-6/&amp;title=XtraDB storage engine release 1.0.3-6" title="Digg this post on Digg.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/digg.png" alt="digg" /></a> | <a href="http://reddit.com/submit?url=http://www.mysqlperformanceblog.com/2009/07/20/xtradb-storage-engine-release-1-0-3-6/&amp;title=XtraDB storage engine release 1.0.3-6" title="Submit this post on reddit.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/reddit.png" alt="reddit" /></a> | <a href="http://www.netscape.com/submit/?U=http://www.mysqlperformanceblog.com/2009/07/20/xtradb-storage-engine-release-1-0-3-6/&amp;T=XtraDB storage engine release 1.0.3-6" title="Vote for this article on Netscape"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/netscape.gif" alt="netscape" /></a> | <a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.mysqlperformanceblog.com/2009/07/20/xtradb-storage-engine-release-1-0-3-6/&amp;title=XtraDB storage engine release 1.0.3-6" title="Add to Google Bookmarks"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/google.png" alt="Google Bookmarks" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mysqlperformanceblog.com/2009/07/20/xtradb-storage-engine-release-1-0-3-6/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>5.0.77 / 5.0.82 -build16 Percona binaries</title>
		<link>http://www.mysqlperformanceblog.com/2009/06/11/5077-5082-build16-percona-binaries/</link>
		<comments>http://www.mysqlperformanceblog.com/2009/06/11/5077-5082-build16-percona-binaries/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 22:34:36 +0000</pubDate>
		<dc:creator>Aleksandr Kuzminsky</dc:creator>
				<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=698</guid>
		<description><![CDATA[Dear community,
We are pleased to announce the build16 of MySQL server&#0174; with Percona patches.
Since the build13 there was a couple of customer specific releases, which explains cutover in numbering and a pause between the builds. Also we prepared build for both 5.0.77 and 5.0.82 versions.
Since that time new patches were added:

profiling_slow.patch
This patch adds information from [...]]]></description>
			<content:encoded><![CDATA[<p>Dear community,</p>
<p>We are pleased to announce the build16 of MySQL server&#0174; with Percona patches.</p>
<p>Since the build13 there was a couple of customer specific releases, which explains cutover in numbering and a pause between the builds. Also we prepared build for both 5.0.77 and 5.0.82 versions.</p>
<p>Since that time new patches were added:</p>
<ul>
<li><a href="http://www.percona.com/docs/wiki/patches:profiling_slow">profiling_slow.patch</a></li>
<p>This patch adds information from SHOW PROFILE to query information in slow.log output.<br />
<strong>profiling_server</strong>. This variable ( ON / OFF ) enables profiling of all queries (in all connections).<br />
<strong>profiling_use_getrusage</strong>. This variable ( ON / OFF ) enables usage of getrusage function in profiling.<br />
Be careful, enabling profiling_server may cause performance degradation, especially with profiling_use_getrusage.</p>
<li><a href="http://www.percona.com/docs/wiki/patches:innodb_extra_rseg">innodb_extra_rseg.patch</a></li>
<p><strong>innodb_extra_rsegments</strong>. The number of extra user rollback segments created when new db is created.<br />
New information_schema table <strong>innodb_rseg</strong> shows information about all rollback segments</p>
<li><a href="http://www.percona.com/docs/wiki/patches:innodb_thread_concurrency_timer_based">innodb_thread_concurrency_timer_based.patch</a></li>
</ul>
<p>This patch provides the configuration variable backport from MySQL 5.4.</p>
<p>Fixed bugs:</p>
<ul>
<li><a href="https://code.launchpad.net/bugs/382778">Bug #382778: mysql-test variables fails on 5.0.77 with –with-debug</a></li>
<li><a href="https://code.launchpad.net/bugs/381430">Bug #381430: mysql-test profiling fails on 5.0.77</a></li>
<li><a href="https://code.launchpad.net/bugs/375494">Bug #375494: log_slow_rate_limit logs all queries on a connection after a &gt;1s query</a></li>
<li><a href="https://code.launchpad.net/bugs/378761">Bug #378761: compilation fails on 5.0.77</a></li>
<li><a href="https://code.launchpad.net/bugs/381900">Bug #381900: mysql-test information_schema fails on 5.0.77 with –with-debug</a></li>
<li><a href="https://code.launchpad.net/bugs/382783">Bug #382783: compilation fails on 5.0.82</a></li>
</ul>
<p>You can download binaries (RPMS x86_64) and sources with patches here<br />
<a href="http://www.percona.com/mysql/5.0.77-b16/">http://www.percona.com/mysql/5.0.77-b16/</a><br />
<a href="http://www.percona.com/mysql/5.0.82-b16/">http://www.percona.com/mysql/5.0.82-b16/</a></p>
<p>The Percona patches live on Launchpad : <a href="https://launchpad.net/percona-patches">https://launchpad.net/percona-patches</a> and you can report bug to Launchpad bug system:<br />
<a href="https://launchpad.net/percona-patches/+filebug">https://launchpad.net/percona-patches/+filebug</a>. The documentation is available on <a href="http://www.percona.com/docs/wiki/patches:start">our Wiki</a></p>
<p>For general questions use our <a href="http://groups.google.com/group/percona-discussion">Pecona-discussions</a> group, and for development question <a href="http://groups.google.com/group/percona-dev">Percona-dev</a> group.</p>
<p>For support, commercial and sponsorship inquiries contact <a href="http://www.percona.com/contacts.html">Percona</a></p>
    <hr noshade style="margin:0;height:1px" />
    <p>Entry posted by Aleksandr Kuzminsky |
      <a href="http://www.mysqlperformanceblog.com/2009/06/11/5077-5082-build16-percona-binaries/#comments">4 comments</a></p>
    <p>Add to: <a href="http://del.icio.us/post?url=http://www.mysqlperformanceblog.com/2009/06/11/5077-5082-build16-percona-binaries/&amp;title=5.0.77 / 5.0.82 -build16 Percona binaries" title="Bookmark this post on del.icio.us"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/delicious.png" alt="delicious" /></a> | <a href="http://digg.com/submit?phase=2&amp;url=http://www.mysqlperformanceblog.com/2009/06/11/5077-5082-build16-percona-binaries/&amp;title=5.0.77 / 5.0.82 -build16 Percona binaries" title="Digg this post on Digg.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/digg.png" alt="digg" /></a> | <a href="http://reddit.com/submit?url=http://www.mysqlperformanceblog.com/2009/06/11/5077-5082-build16-percona-binaries/&amp;title=5.0.77 / 5.0.82 -build16 Percona binaries" title="Submit this post on reddit.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/reddit.png" alt="reddit" /></a> | <a href="http://www.netscape.com/submit/?U=http://www.mysqlperformanceblog.com/2009/06/11/5077-5082-build16-percona-binaries/&amp;T=5.0.77 / 5.0.82 -build16 Percona binaries" title="Vote for this article on Netscape"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/netscape.gif" alt="netscape" /></a> | <a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.mysqlperformanceblog.com/2009/06/11/5077-5082-build16-percona-binaries/&amp;title=5.0.77 / 5.0.82 -build16 Percona binaries" title="Add to Google Bookmarks"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/google.png" alt="Google Bookmarks" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mysqlperformanceblog.com/2009/06/11/5077-5082-build16-percona-binaries/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>xtrabackup-0.6</title>
		<link>http://www.mysqlperformanceblog.com/2009/04/29/xtrabackup-06/</link>
		<comments>http://www.mysqlperformanceblog.com/2009/04/29/xtrabackup-06/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 16:17:53 +0000</pubDate>
		<dc:creator>Vadim</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[announce]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=673</guid>
		<description><![CDATA[We announce next beta version of our xtrabackup tool.
Changelist includes:
- set innodb_fast_shutdown=1 on xtrabackup shutdown
- set innodb_write_io_threads=10 by default for fast buffer_pool flushing during recovery
- build xtrabackup with &#8211;with-extra-charsets=complex
Bug #357653: innobackupex-1.5.1 &#8211;copy-back fails
Bug #358194: 2nd-phase is very slow
Bug #358266: xtrabackup-0.5 dies with SEGV on bad command line arguments
Bug #359341: innobackupex still does not read defaults-file [...]]]></description>
			<content:encoded><![CDATA[<p>We announce next beta version of our xtrabackup tool.</p>
<p>Changelist includes:</p>
<p>- set innodb_fast_shutdown=1 on xtrabackup shutdown<br />
- set innodb_write_io_threads=10 by default for fast buffer_pool flushing during recovery<br />
- build xtrabackup with &#8211;with-extra-charsets=complex<br />
Bug #357653: innobackupex-1.5.1 &#8211;copy-back fails<br />
Bug #358194: 2nd-phase is very slow<br />
Bug #358266: xtrabackup-0.5 dies with SEGV on bad command line arguments<br />
Bug #359341: innobackupex still does not read defaults-file </p>
<p>You can download current binaries RPM for RHEL4 and RHEL5 (compatible with CentOS also), DEB for Debian/Ubuntu and tar.gz for Mac OS / Intel 64bit there:<br />
<a href="http://www.percona.com/mysql/xtrabackup/0.6/">http://www.percona.com/mysql/xtrabackup/0.6/</a>.<br />
By the same link you can find general .tar.gz with binaries which can be run on any modern Linux distribution.<br />
By the same link you can download source code if you do not want to deal with bazaar and Launchpad.</p>
<p>The project lives on Launchpad : <a href="https://launchpad.net/percona-xtrabackup">https://launchpad.net/percona-xtrabackup</a> and you can report bug to Launchpad bug system:<br />
<a href="https://launchpad.net/percona-xtrabackup/+filebug">https://launchpad.net/percona-xtrabackup/+filebug</a>. The documentation is available on <a href="http://www.percona.com/docs/wiki/percona-xtrabackup:start">our Wiki</a></p>
<p>For general questions use our <a href="http://groups.google.com/group/percona-discussion">Pecona-discussions</a> group, and for development question <a href="http://groups.google.com/group/percona-dev">Percona-dev</a> group.</p>
<p>For support, commercial and sponsorship inquiries contact <a href="http://www.percona.com/contacts.html">Percona</a></p>
    <hr noshade style="margin:0;height:1px" />
    <p>Entry posted by Vadim |
      <a href="http://www.mysqlperformanceblog.com/2009/04/29/xtrabackup-06/#comments">6 comments</a></p>
    <p>Add to: <a href="http://del.icio.us/post?url=http://www.mysqlperformanceblog.com/2009/04/29/xtrabackup-06/&amp;title=xtrabackup-0.6" title="Bookmark this post on del.icio.us"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/delicious.png" alt="delicious" /></a> | <a href="http://digg.com/submit?phase=2&amp;url=http://www.mysqlperformanceblog.com/2009/04/29/xtrabackup-06/&amp;title=xtrabackup-0.6" title="Digg this post on Digg.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/digg.png" alt="digg" /></a> | <a href="http://reddit.com/submit?url=http://www.mysqlperformanceblog.com/2009/04/29/xtrabackup-06/&amp;title=xtrabackup-0.6" title="Submit this post on reddit.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/reddit.png" alt="reddit" /></a> | <a href="http://www.netscape.com/submit/?U=http://www.mysqlperformanceblog.com/2009/04/29/xtrabackup-06/&amp;T=xtrabackup-0.6" title="Vote for this article on Netscape"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/netscape.gif" alt="netscape" /></a> | <a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.mysqlperformanceblog.com/2009/04/29/xtrabackup-06/&amp;title=xtrabackup-0.6" title="Add to Google Bookmarks"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/google.png" alt="Google Bookmarks" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mysqlperformanceblog.com/2009/04/29/xtrabackup-06/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>XtraDB storage engine release 1.0.3-4 codename Sakura</title>
		<link>http://www.mysqlperformanceblog.com/2009/04/08/xtradb-storage-engine-release-4/</link>
		<comments>http://www.mysqlperformanceblog.com/2009/04/08/xtradb-storage-engine-release-4/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 04:22:57 +0000</pubDate>
		<dc:creator>Evgeniy Stepchenko</dc:creator>
				<category><![CDATA[Innodb]]></category>
		<category><![CDATA[announce]]></category>
		<category><![CDATA[percona]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[storage engine]]></category>
		<category><![CDATA[xtradb]]></category>
		<category><![CDATA[XtraDB InnoDB scalability release]]></category>

		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=654</guid>
		<description><![CDATA[Today we glad to announce release 1.0.3-4 of our XtraDB storage engine.
Here is a list of enhancements in this release:

 Move to MySQL 5.1.33
Move to InnoDB plugin 1.0.3

more reliable replication, innodb_overwrite_relay_log_info patch now included in the release


fix assertions for UNIV_DEBUG


new fix for rw_lock patch


Percona XtraDB 1.0.3-4 (Sakura) available in source and several binary packages.
XtraDB is [...]]]></description>
			<content:encoded><![CDATA[<p>Today we glad to announce release 1.0.3-4 of our <a href="http://www.percona.com/docs/wiki/percona-xtradb:start">XtraDB storage engine</a>.</p>
<p>Here is a list of enhancements in this release:</p>
<ul>
<li> Move to <a href="http://dev.mysql.com/doc/refman/5.1/en/news-5-1-33.html" target="_blank">MySQL 5.1.33</a></li>
<li>Move to <a href="http://www.innodb.com/wp/2009/03/11/innodb-plugin-version-103-for-mysql-5130-32-33-released/" target="_blank">InnoDB plugin 1.0.3</a></li>
<li class="level1">
<div class="li">more <a href="http://www.mysqlperformanceblog.com/2009/03/04/making-replication-a-bit-more-reliable/">reliable replication</a>, <a class="wikilink1" title="percona-xtradb:patch:innodb_overwrite_relay_log_info" href="http://www.percona.com/docs/wiki/percona-xtradb:patch:innodb_overwrite_relay_log_info">innodb_overwrite_relay_log_info</a> patch now included in the release</div>
</li>
<li class="level1">
<div class="li">fix <a class="urlextern" title="https://bugs.launchpad.net/percona-xtradb/+bug/354302" rel="nofollow" href="https://bugs.launchpad.net/percona-xtradb/+bug/354302">assertions for UNIV_DEBUG</a></div>
</li>
<li class="level1">
<div class="li">new <a class="urlextern" title="https://bugs.launchpad.net/percona-xtradb/+bug/333750" rel="nofollow" href="https://bugs.launchpad.net/percona-xtradb/+bug/333750">fix for rw_lock patch</a></div>
</li>
</ul>
<p>Percona XtraDB 1.0.3-4 (Sakura) <a href="http://www.percona.com/docs/wiki/percona-xtradb:info:xtradb_downloads">available</a> in source and several binary packages.</p>
<p>XtraDB is compatible with existing InnoDB tables (unless you used innodb_extra_undoslots) and we are going to keep compatibility in further releases. We are open for features requests for new engine and ready to accept community patches. You can monitor Percona’s current tasks and further plans on the <a href="https://launchpad.net/percona-xtradb">Percona XtraDB Launchpad project</a>. You can also <a href="https://blueprints.launchpad.net/percona-xtradb">request features</a> and <a href="https://bugs.launchpad.net/percona-xtradb">report bugs</a> there. Also we have setup two maillists for <a href="http://groups.google.com/group/percona-discussion">General discussions</a> and for <a href="http://groups.google.com/group/percona-dev">Development related questions</a>.</p>
    <hr noshade style="margin:0;height:1px" />
    <p>Entry posted by Evgeniy Stepchenko |
      <a href="http://www.mysqlperformanceblog.com/2009/04/08/xtradb-storage-engine-release-4/#comments">9 comments</a></p>
    <p>Add to: <a href="http://del.icio.us/post?url=http://www.mysqlperformanceblog.com/2009/04/08/xtradb-storage-engine-release-4/&amp;title=XtraDB storage engine release 1.0.3-4 codename Sakura" title="Bookmark this post on del.icio.us"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/delicious.png" alt="delicious" /></a> | <a href="http://digg.com/submit?phase=2&amp;url=http://www.mysqlperformanceblog.com/2009/04/08/xtradb-storage-engine-release-4/&amp;title=XtraDB storage engine release 1.0.3-4 codename Sakura" title="Digg this post on Digg.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/digg.png" alt="digg" /></a> | <a href="http://reddit.com/submit?url=http://www.mysqlperformanceblog.com/2009/04/08/xtradb-storage-engine-release-4/&amp;title=XtraDB storage engine release 1.0.3-4 codename Sakura" title="Submit this post on reddit.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/reddit.png" alt="reddit" /></a> | <a href="http://www.netscape.com/submit/?U=http://www.mysqlperformanceblog.com/2009/04/08/xtradb-storage-engine-release-4/&amp;T=XtraDB storage engine release 1.0.3-4 codename Sakura" title="Vote for this article on Netscape"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/netscape.gif" alt="netscape" /></a> | <a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.mysqlperformanceblog.com/2009/04/08/xtradb-storage-engine-release-4/&amp;title=XtraDB storage engine release 1.0.3-4 codename Sakura" title="Add to Google Bookmarks"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/google.png" alt="Google Bookmarks" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mysqlperformanceblog.com/2009/04/08/xtradb-storage-engine-release-4/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>xtrabackup-0.4, going beta, progress meter</title>
		<link>http://www.mysqlperformanceblog.com/2009/03/30/xtrabackup-04-going-beta-progress-meter/</link>
		<comments>http://www.mysqlperformanceblog.com/2009/03/30/xtrabackup-04-going-beta-progress-meter/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 17:27:36 +0000</pubDate>
		<dc:creator>Vadim</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=650</guid>
		<description><![CDATA[We added some new features to our backup tool, namely:

 Now we can handle log file taken during  backup with size exceeding 4GB, it may happen if backup takes too long and you have a lot of updates on InnoDB tables
 Progress meter during recovery step, now you can see what percentage of log [...]]]></description>
			<content:encoded><![CDATA[<p>We added some new features to our backup tool, namely:</p>
<ul>
<li> Now we can handle log file taken during  backup with size exceeding 4GB, it may happen if backup takes too long and you have a lot of updates on InnoDB tables</li>
<li> Progress meter during recovery step, now you can see what percentage of log file was handled
</li>
</ul>
<div class="igBar"><span id="lcode-2"><a href="#" onclick="javascript:showPlainTxt('code-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-2">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">InnoDB: Doing recovery: scanned up to log sequence number <span style="color:#800000;color:#800000;">1316</span> <span style="color:#800000;color:#800000;">3688693248</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">34</span> %<span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">...</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="">InnoDB</span>: Doing recovery: scanned up to log sequence number <span style="color:#800000;color:#800000;">1316</span> <span style="color:#800000;color:#800000;">4113366528</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">68</span> %<span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">InnoDB: Doing recovery: scanned up to log sequence number <span style="color:#800000;color:#800000;">1316</span> <span style="color:#800000;color:#800000;">4117548544</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">68</span> %<span style="color:#006600; font-weight:bold;">&#41;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Also we did extensive testing and fixed bugs, so now we consider current state as feature complete and with beta-release stability.</p>
<p>You can download current binaries RPM for RHEL4 and RHEL5 (compatible with CentOS also) and DEB for Debian/Ubuntu there<br />
<a href="http://www.percona.com/mysql/xtrabackup/0.4/">http://www.percona.com/mysql/xtrabackup/0.4/</a>.<br />
By the same link you can find general .tar.gz with binaries which can be run on any modern Linux distribution.<br />
By the same link you can download source code if you do not want to deal with bazaar and Launchpad.</p>
<p>The project lives on Launchpad : <a href="https://launchpad.net/percona-xtrabackup">https://launchpad.net/percona-xtrabackup</a> and you can report bug to Launchpad bug system:<br />
<a href="https://launchpad.net/percona-xtrabackup/+filebug">https://launchpad.net/percona-xtrabackup/+filebug</a>. The documentation is available on <a href="http://www.percona.com/docs/wiki/percona-xtrabackup:start">our Wiki</a></p>
<p>For general questions use our <a href="http://groups.google.com/group/percona-discussion">Pecona-discussions</a> group, and for development question <a href="http://groups.google.com/group/percona-dev">Percona-dev</a> group.</p>
<p>For support, commercial and sponsorship inquiries contact <a href="http://www.percona.com/contacts.html">Percona</a></p>
    <hr noshade style="margin:0;height:1px" />
    <p>Entry posted by Vadim |
      <a href="http://www.mysqlperformanceblog.com/2009/03/30/xtrabackup-04-going-beta-progress-meter/#comments">7 comments</a></p>
    <p>Add to: <a href="http://del.icio.us/post?url=http://www.mysqlperformanceblog.com/2009/03/30/xtrabackup-04-going-beta-progress-meter/&amp;title=xtrabackup-0.4, going beta, progress meter" title="Bookmark this post on del.icio.us"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/delicious.png" alt="delicious" /></a> | <a href="http://digg.com/submit?phase=2&amp;url=http://www.mysqlperformanceblog.com/2009/03/30/xtrabackup-04-going-beta-progress-meter/&amp;title=xtrabackup-0.4, going beta, progress meter" title="Digg this post on Digg.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/digg.png" alt="digg" /></a> | <a href="http://reddit.com/submit?url=http://www.mysqlperformanceblog.com/2009/03/30/xtrabackup-04-going-beta-progress-meter/&amp;title=xtrabackup-0.4, going beta, progress meter" title="Submit this post on reddit.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/reddit.png" alt="reddit" /></a> | <a href="http://www.netscape.com/submit/?U=http://www.mysqlperformanceblog.com/2009/03/30/xtrabackup-04-going-beta-progress-meter/&amp;T=xtrabackup-0.4, going beta, progress meter" title="Vote for this article on Netscape"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/netscape.gif" alt="netscape" /></a> | <a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.mysqlperformanceblog.com/2009/03/30/xtrabackup-04-going-beta-progress-meter/&amp;title=xtrabackup-0.4, going beta, progress meter" title="Add to Google Bookmarks"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/google.png" alt="Google Bookmarks" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mysqlperformanceblog.com/2009/03/30/xtrabackup-04-going-beta-progress-meter/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>xtrabackup-0.3, binaries and stream backup</title>
		<link>http://www.mysqlperformanceblog.com/2009/03/13/xtrabackup-03-binaries-and-stream-backup/</link>
		<comments>http://www.mysqlperformanceblog.com/2009/03/13/xtrabackup-03-binaries-and-stream-backup/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 21:34:35 +0000</pubDate>
		<dc:creator>Vadim</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=642</guid>
		<description><![CDATA[We are coming with next version of xtrabackup  - online backup solution for MySQL 5.0 / 5.1 and InnoDB standard version, plugin modification and XtraDB. We still consider it as alpha version, though it shows perfect stable results in our tests.
Let me address two often asked question about xtrabackup:
1) Does it work only with [...]]]></description>
			<content:encoded><![CDATA[<p>We are coming with next version of <strong>xtrabackup </strong> - online backup solution for MySQL 5.0 / 5.1 and InnoDB standard version, plugin modification and XtraDB. We still consider it as alpha version, though it shows perfect stable results in our tests.</p>
<p>Let me address two often asked question about <strong>xtrabackup</strong>:<br />
<strong>1) Does it work only with XtraDB or with InnoDB also ?</strong><br />
A: xtrabackup is designed to work with standard version of InnoDB in MySQL 5.0. MySQL 5.1 + standard InnoDB / InnoDB-plugin also are supported. It can fully work as drop-in replacement of innodbackup tool and InnoDB Hot Backup online backup.</p>
<p><strong>2) Do we need to run patched MySQL, because the build instruction mentions the patch for MySQL ?</strong><br />
A: xtrabackup can be run with any version of MySQL: community release, enterprise release, percona builds, ourdelta distributions. You do not need to patch MySQL to run backup. The patch for MySQL is needed only to build the binaries of xtrabackup  from source code. If you are not comfortable with building from source we provide the binaries for xtrabackup-0.3</p>
<p>New version of xtrabackup contains the feature which is missed in InnoDB Hot Backup - the backup can be produced as stream and copied to remote box or tape, or compressed without needs to store full copy of database on local disks. Very often there is no space to store second copy of database and you need to mount SAN/NAS for extra space. So now you can run it as</p>
<div class="igBar"><span id="lcode-4"><a href="#" onclick="javascript:showPlainTxt('code-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-4">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">innobackupex --stream=tar ./&nbsp; | ssh user@host cat <span style="color:#CC0000;">"&gt;"</span>&nbsp; backup.<span style="">tar</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p>
and get copy  on remote box.<br />
Also new features in 0.3 - it can be compiled against 5.1 and it supports OS X (sponsored feature).</p>
<p>Now we are developing to next feature which is not available for InnoDB users in any form so far - it is incremental and differential backups. Having that you will be able to make copy only of <strong>CHANGED</strong> data since given backup, there will not be needs to copy whole 250GB datafile if it changed only 1GB of data since yesterday.</p>
<p>You can download current binaries RPM for RHEL4 and RHEL5 (compatible with CentOS also) and DEB for Debian/Ubuntu there<br />
<a href="http://www.percona.com/mysql/xtrabackup/0.3/">http://www.percona.com/mysql/xtrabackup/0.3/</a>.<br />
By the same link you can find general .tar.gz with binaries which can be run on any modern Linux distribution.<br />
By the same link you can download source code if you do not want to deal with bazaar and Launchpad.</p>
<p>The project lives on Launchpad : <a href="https://launchpad.net/percona-xtrabackup">https://launchpad.net/percona-xtrabackup</a> and you can report bug to Launchpad bug system:<br />
<a href="https://launchpad.net/percona-xtrabackup/+filebug">https://launchpad.net/percona-xtrabackup/+filebug</a>. The documentation is available on <a href="http://www.percona.com/docs/wiki/percona-xtrabackup:start">our Wiki</a></p>
<p>For general questions use our <a href="http://groups.google.com/group/percona-discussion">Pecona-discussions</a> group, and for development question <a href="http://groups.google.com/group/percona-dev">Percona-dev</a> group.</p>
<p>For support, commercial and sponsorship inquiries contact <a href="http://www.percona.com/contacts.html">Percona</a></p>
    <hr noshade style="margin:0;height:1px" />
    <p>Entry posted by Vadim |
      <a href="http://www.mysqlperformanceblog.com/2009/03/13/xtrabackup-03-binaries-and-stream-backup/#comments">11 comments</a></p>
    <p>Add to: <a href="http://del.icio.us/post?url=http://www.mysqlperformanceblog.com/2009/03/13/xtrabackup-03-binaries-and-stream-backup/&amp;title=xtrabackup-0.3, binaries and stream backup" title="Bookmark this post on del.icio.us"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/delicious.png" alt="delicious" /></a> | <a href="http://digg.com/submit?phase=2&amp;url=http://www.mysqlperformanceblog.com/2009/03/13/xtrabackup-03-binaries-and-stream-backup/&amp;title=xtrabackup-0.3, binaries and stream backup" title="Digg this post on Digg.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/digg.png" alt="digg" /></a> | <a href="http://reddit.com/submit?url=http://www.mysqlperformanceblog.com/2009/03/13/xtrabackup-03-binaries-and-stream-backup/&amp;title=xtrabackup-0.3, binaries and stream backup" title="Submit this post on reddit.com"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/reddit.png" alt="reddit" /></a> | <a href="http://www.netscape.com/submit/?U=http://www.mysqlperformanceblog.com/2009/03/13/xtrabackup-03-binaries-and-stream-backup/&amp;T=xtrabackup-0.3, binaries and stream backup" title="Vote for this article on Netscape"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/netscape.gif" alt="netscape" /></a> | <a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.mysqlperformanceblog.com/2009/03/13/xtrabackup-03-binaries-and-stream-backup/&amp;title=xtrabackup-0.3, binaries and stream backup" title="Add to Google Bookmarks"><img src="http://www.mysqlperformanceblog.com/wp-content/themes/boxy-but-gold/images/google.png" alt="Google Bookmarks" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mysqlperformanceblog.com/2009/03/13/xtrabackup-03-binaries-and-stream-backup/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
