Merge lp:~hrvojem/percona-xtrabackup/bug1181317 into lp:percona-xtrabackup/2.1

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 611
Proposed branch: lp:~hrvojem/percona-xtrabackup/bug1181317
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 62 lines (+8/-10)
4 files modified
BUILD.txt (+2/-1)
doc/source/index.rst (+5/-1)
doc/source/installation.rst (+0/-7)
doc/source/manindex.rst (+1/-1)
To merge this branch: bzr merge lp:~hrvojem/percona-xtrabackup/bug1181317
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+170264@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Since we are removing references to Windows, the following text in manindex.rst should be removed too?

"The *Windows* version is currently at alpha stage and it is available for previewing and testing purposes."

review: Needs Fixing
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'BUILD.txt'
2--- BUILD.txt 2013-03-22 09:14:31 +0000
3+++ BUILD.txt 2013-06-19 08:50:38 +0000
4@@ -11,7 +11,8 @@
5 In Debian-based distributions, you need to:
6
7 $ apt-get install build-essential flex bison automake autoconf bzr \
8- libtool cmake libaio-dev mysql-client libncurses-dev zlib1g-dev
9+ libtool cmake libaio-dev mysql-client libncurses-dev zlib1g-dev \
10+ libgcrypt11-dev
11
12 In RPM-based distributions, you need to:
13
14
15=== modified file 'doc/source/index.rst'
16--- doc/source/index.rst 2013-04-29 11:08:57 +0000
17+++ doc/source/index.rst 2013-06-19 08:50:38 +0000
18@@ -9,7 +9,7 @@
19
20 *Percona* |XtraBackup| is an open-source hot backup utility for |MySQL| - based servers that doesn't lock your database during the backup.
21
22-It can back up data from |InnoDB|, |XtraDB|, and |MyISAM| tables on unmodified |MySQL| 5.1, 5.5 and 5.6 servers, as well as |Percona Server| with |XtraDB|. For a high-level overview of many of its advanced features, including a feature comparison, please see :doc:`intro`.
23+It can back up data from |InnoDB|, |XtraDB|, and |MyISAM| tables on |MySQL| 5.1 [#n-1]_, 5.5 and 5.6 servers, as well as |Percona Server| with |XtraDB|. For a high-level overview of many of its advanced features, including a feature comparison, please see :doc:`intro`.
24
25 Whether it is a 24x7 highly loaded server or a low-transaction-volume environment, *Percona* |XtraBackup| is designed to make backups a seamless procedure without disrupting the performance of the server in a production environment. `Commercial support contracts are available <http://www.percona.com/mysql-support/>`_.
26
27@@ -80,3 +80,7 @@
28
29 * :ref:`search`
30
31+.. rubric:: Footnotes
32+
33+.. [#n-1] Support for InnoDB 5.1 builtin has been removed in |Percona XtraBackup| 2.1
34+
35
36=== modified file 'doc/source/installation.rst'
37--- doc/source/installation.rst 2012-11-29 16:23:29 +0000
38+++ doc/source/installation.rst 2013-06-19 08:50:38 +0000
39@@ -24,10 +24,3 @@
40 |Percona| provides repositories for :program:`yum` (``RPM`` packages for *Red Hat Enterprise Linux* and compatible distributions such as *CentOS*, *Oracle Enterprise Linux*, *Amazon Linux AMI*, and *Fedora*) and :program:`apt` (:file:`.deb` packages for *Ubuntu* and *Debian*) for software such as |Percona Server|, |XtraDB|, |XtraBackup|, and |Percona Toolkit|. This makes it easy to install and update your software and its dependencies through your operating system's package manager.
41
42 This is the recommend way of installing where possible.
43-
44-.. Installing on Windows
45-.. =====================
46-
47-.. Currently the *Microsoft Windows* version is on **ALPHA** stage, binaries provided in the `download page <http://www.percona.com/downloads/XtraBackup/>`_ are for previewing and testing purposes, you should expect no stability in its functioning.
48-
49-.. Having this in mind, make sure that you have a *Perl* interpreter installed and the |MySQL| client is accessible via the *Windows* ``PATH`` variable. Unzip the |Xtrabackup| package and they are ready to be used.
50
51=== modified file 'doc/source/manindex.rst'
52--- doc/source/manindex.rst 2012-11-21 00:03:23 +0000
53+++ doc/source/manindex.rst 2013-06-19 08:50:38 +0000
54@@ -13,7 +13,7 @@
55
56 Whether it is a 24x7 highly loaded server or a low-transaction-volume environment, *Percona* |XtraBackup| is designed to make backups a seamless procedure without disrupting the performance of the server in a production environment. `Commercial support contracts are available <http://www.percona.com/mysql-support/>`_.
57
58-*Percona* |XtraBackup| is a combination of the |xtrabackup| *C* program, and the |innobackupex| *Perl* script. The |xtrabackup| program copies and manipulates |InnoDB| and |XtraDB| data files, and the *Perl* script enables enhanced functionality, such as interacting with a running |MySQL| server and backing up |MyISAM| tables. |XtraBackup| works with unmodified |MySQL| servers, as well as |Percona Server| with |XtraDB|. It runs on *Linux* and *FreeBSD*. The *Windows* version is currently at alpha stage and it is available for previewing and testing purposes.
59+*Percona* |XtraBackup| is a combination of the |xtrabackup| *C* program, and the |innobackupex| *Perl* script. The |xtrabackup| program copies and manipulates |InnoDB| and |XtraDB| data files, and the *Perl* script enables enhanced functionality, such as interacting with a running |MySQL| server and backing up |MyISAM| tables. |XtraBackup| works with unmodified |MySQL| servers, as well as |Percona Server| with |XtraDB|. It runs on *Linux* and *FreeBSD*.
60
61 Introduction
62 ============

Subscribers

People subscribed via source and target branches